Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dtimekeeping.h98 static inline ktime_t ktime_get_coarse_boottime(void) in ktime_get_coarse_boottime() function
136 return ktime_to_ns(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ns()
195 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
200 return ktime_divns(ktime_get_coarse_boottime(), NSEC_PER_SEC); in ktime_get_boottime_seconds()
/linux-6.3-rc2/drivers/platform/surface/aggregator/
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()
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-6.3-rc2/Documentation/core-api/
A Dtimekeeping.rst103 ktime_t ktime_get_coarse_boottime( void )

Completed in 12 milliseconds