Searched refs:ktime_get_coarse_boottime (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dtimekeeping.h103 static inline ktime_t ktime_get_coarse_boottime(void) function
143 return ktime_to_ns(ktime_get_coarse_boottime());
230 *ts = ktime_to_timespec64(ktime_get_coarse_boottime());
235 return ktime_divns(ktime_get_coarse_boottime(), NSEC_PER_SEC);
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_request_layer.c446 ktime_t timestamp = ktime_get_coarse_boottime();
825 ktime_t now = ktime_get_coarse_boottime();
H A Dssh_packet_layer.c794 const ktime_t timestamp = ktime_get_coarse_boottime();
1505 ktime_t now = ktime_get_coarse_boottime();

Completed in 126 milliseconds