Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ktime_mono_to_real - Convert monotonic time to clock realtime

Proto:static inline ktime_t ktime_mono_to_real(ktime_t mono)

Type:ktime_t

Parameter:

TypeParameterName
ktime_tmono
149  Return ktime_mono_to_any() - convert mononotic time to any other time*@tmono: time to convert.*@offs: which offset to use
Caller
NameDescribe
timerfd_clock_was_setCalled when the clock was set to cancel the timers in the cancel* list. This will wake up processes waiting on these timers. The* wake-up requires ctx->ticks to be non zero, therefore we increment* it before calling wake_up_locked().
timerfd_canceled
SYSCALL_DEFINE2