Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\hrtimer.h Create Date:2022-07-28 05:38:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hrtimer_forward_now - forward the timer expiry so it expires after now*@timer: hrtimer to forward*@interval: the interval to forward* Forward the timer expiry so it will expire after the current time* of the hrtimer clock base

Proto:static inline u64 hrtimer_forward_now(struct hrtimer *timer, ktime_t interval)

Type:u64

Parameter:

TypeParameterName
struct hrtimer *timer
ktime_tinterval
505  Return hrtimer_forward - forward the timer expiry*@timer: hrtimer to forward*@now: forward past this time*@interval: the interval to forward* Forward the timer expiry so it will expire in the future.* Returns the number of overruns.
Caller
NameDescribe
sched_rt_period_timer
start_rt_bandwidth
sched_clock_poll
perf_mux_hrtimer_handler must be called with interrupts disabled
perf_mux_hrtimer_restart
perf_swevent_hrtimerhrtimer based swevent callback
timerfd_read
do_timerfd_settime
do_timerfd_gettime