Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:hrtimer_expires_remaining

Proto:static inline ktime_t hrtimer_expires_remaining(const struct hrtimer *timer)

Type:ktime_t

Parameter:

TypeParameterName
const struct hrtimer *timer
301  Return Subtract two ktime_t variables. rem = lhs -rhs: (expires, get_time())
Caller
NameDescribe
__hrtimer_get_remaininghrtimer_get_remaining - get remaining time for the timer*@timer: the timer to read*@adjust: adjust relative timers when CONFIG_TIME_LOW_RES=y
do_nanosleep