Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:ktime_get_boottime - Returns monotonic time since boot in ktime_t format* This is similar to CLOCK_MONTONIC/ktime_get, but also includes the* time spent in suspend.

Proto:static inline ktime_t ktime_get_boottime(void)

Type:ktime_t

Parameter:Nothing

95  Return ktime_get_with_offset(TK_OFFS_BOOT)
Caller
NameDescribe
try_to_freeze_tasks
ktime_get_boottime_ns
ktime_get_boottime_ts64mespec64/time64_t interfaces utilizing the ktime based ones* for API completeness, these could be implemented more efficiently* if needed.