Home
last modified time | relevance | path

Searched refs:ktime_get_coarse_boottime (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dtimekeeping.h103 static inline ktime_t ktime_get_coarse_boottime(void) in ktime_get_coarse_boottime() function
143 return ktime_to_ns(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ns()
230 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
235 return ktime_divns(ktime_get_coarse_boottime(), NSEC_PER_SEC); in ktime_get_boottime_seconds()
/linux/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c446 ktime_t timestamp = ktime_get_coarse_boottime(); in ssh_rtl_timeout_start()
825 ktime_t now = ktime_get_coarse_boottime(); in ssh_rtl_timeout_reap()
H A Dssh_packet_layer.c794 const ktime_t timestamp = ktime_get_coarse_boottime(); in ssh_ptl_pending_push()
1505 ktime_t now = ktime_get_coarse_boottime(); in ssh_ptl_timeout_reap()
/linux/Documentation/core-api/
H A Dtimekeeping.rst103 ktime_t ktime_get_coarse_boottime( void )