Home
last modified time | relevance | path

Searched refs:ktime_get_clocktai (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dtimekeeping.h119 static inline ktime_t ktime_get_clocktai(void) in ktime_get_clocktai() function
205 return ktime_to_ns(ktime_get_clocktai()); in ktime_get_clocktai_ns()
246 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
/linux/rust/helpers/
H A Dtime.c24 return ktime_get_clocktai(); in rust_helper_ktime_get_clocktai()
/linux/Documentation/core-api/
H A Dtimekeeping.rst43 .. c:function:: ktime_t ktime_get_clocktai( void )
186 ktime_get_clocktai()/ktime_get_clocktai_ts64() as well
/linux/net/sched/
H A Dsch_etf.c405 q->get_time = ktime_get_clocktai; in etf_init()
/linux/kernel/time/
H A Dposix-timers.c276 return ktime_get_clocktai(); in posix_get_tai_ktime()
H A Dhrtimer.c1594 return ktime_get_clocktai(); in __hrtimer_cb_get_time()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c1042 ktime_t now = ktime_get_clocktai(); in igc_tx_launchtime()