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:mespec64/time64_t interfaces utilizing the ktime based ones* for API completeness, these could be implemented more efficiently* if needed.

Proto:static inline void ktime_get_boottime_ts64(struct timespec64 *ts)

Type:void

Parameter:

TypeParameterName
struct timespec64 *ts
189  ts = Map the ktime_t to timespec conversion to ns_to_timespec function (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.)
Caller
NameDescribe
do_sysinfodo_sysinfo - fill in sysinfo struct*@info: pointer to buffer to fill
posix_get_boottime
do_clock_gettime