函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\timekeeping.h Create Date:2022-07-27 06:39:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ktime_mono_to_real - Convert monotonic time to clock realtime

函数原型:static inline ktime_t ktime_mono_to_real(ktime_t mono)

返回类型:ktime_t

参数:

类型参数名称
ktime_tmono
149  返回:ktime_mono_to_any() - convert mononotic time to any other time*@tmono: time to convert.*@offs: which offset to use
调用者
名称描述
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