Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\timerfd.c Create Date:2022-07-28 20:19:54
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:timerfd_get_remaining

Proto:static ktime_t timerfd_get_remaining(struct timerfd_ctx *ctx)

Type:ktime_t

Parameter:

TypeParameterName
struct timerfd_ctx *ctx
164  If isalarm(ctx) Then remaining = alarm_expires_remaining( & alarm)
166  Else remaining = hrtimer_expires_remaining_adjusted( & tmr)
169  Return If remaining < 0 Then 0 Else remaining
Caller
NameDescribe
timerfd_show
do_timerfd_settime
do_timerfd_gettime