Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\time\timekeeping.c Create Date:2022-07-28 10:42:18
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:ycle_between - true if test occurs chronologically between before and after

Proto:static bool cycle_between(u64 before, u64 test, u64 after)

Type:bool

Parameter:

TypeParameterName
u64before
u64test
u64after
1099  If test > before && test < after Then Return true
1101  If test < before && before > after Then Return true
1103  Return false
Caller
NameDescribe
get_device_system_crosststampget_device_system_crosststamp - Synchronously capture system/device timestamp*@get_time_fn: Callback to get simultaneous device time and* system counter from the device driver*@ctx: Context passed to get_time_fn()*@history_begin: Historical reference