Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\alarmtimer.c Create Date:2022-07-28 10:45:41
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alarm_forward_now

Proto:u64 alarm_forward_now(struct alarm *alarm, ktime_t interval)

Type:u64

Parameter:

TypeParameterName
struct alarm *alarm
ktime_tinterval
484  base = struct alarm_base - Alarm timer bases*@lock: Lock for syncrhonized access to the base*@timerqueue: Timerqueue head managing the list of events*@gettime: Function to read the time correlating to the base*@base_clockid: clockid for the base[type]
486  Return alarm_forward(alarm, gettime(), interval)
Caller
NameDescribe
do_timerfd_settime
do_timerfd_gettime