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_adjusted

Proto:static inline ktime_t __hrtimer_expires_remaining_adjusted(const struct hrtimer *timer, ktime_t now)

Type:ktime_t

Parameter:

TypeParameterName
const struct hrtimer *timer
ktime_tnow
335  rem = Subtract two ktime_t variables. rem = lhs -rhs: (expires, now)
341  If IS_ENABLED(CONFIG_TIME_LOW_RES) && is_rel Then rem -= hrtimer_resolution
343  Return rem
Caller
NameDescribe
common_hrtimer_remaining