函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:时间比较

函数原型:static inline bool ktime_before(const ktime_t cmp1, const ktime_t cmp2)

返回类型:bool

参数:

类型参数名称
const ktime_tcmp1
const ktime_tcmp2
142  返回:时间比较小于0
调用者
名称描述
hrtimer_reprogramWhen a timer is enqueued and expires earlier than the already enqueued* timers, we have to check, whether it expires earlier than the timer for* which the clock event device was armed.* Called with interrupts disabled and base->cpu_base.lock held
hrtimer_run_queuesCalled from run_local_timers in hardirq context every jiffy
ring_buffer_producer
torture_shutdownCause the torture test to shutdown the system after the test has* run for the time specified by the shutdown_secs parameter.