Home
last modified time | relevance | path

Searched refs:ktime_get_raw (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dtimekeeping.h78 extern ktime_t ktime_get_raw(void);
215 return ktime_to_ns(ktime_get_raw()); in ktime_get_raw_ns()
/linux/init/
H A Ddo_mounts.c423 end = ktime_add_ms(ktime_get_raw(), root_wait); in wait_for_root()
428 if (root_wait > 0 && ktime_after(ktime_get_raw(), end)) in wait_for_root()
/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.h503 const ktime_t end__ = ktime_add_ns(ktime_get_raw(), 1000ll * (US)); \
508 const bool expired__ = ktime_after(ktime_get_raw(), end__); \
/linux/Documentation/core-api/
H A Dtimekeeping.rst51 .. c:function:: ktime_t ktime_get_raw( void )
185 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c235 ktime_t ts = ktime_get_raw(); in chanctx_event_delta()
344 ts = ktime_get_raw(); in ath_chanctx_adjust_tbtt_delta()
1258 ts = ktime_get_raw(); in ath_chanctx_set_next()
1275 sc->cur_chan->tsf_ts = ktime_get_raw(); in ath_chanctx_set_next()
H A Dmain.c1977 avp->chanctx->tsf_ts = ktime_get_raw(); in ath9k_set_tsf()
1993 avp->chanctx->tsf_ts = ktime_get_raw(); in ath9k_reset_tsf()
H A Dhw.c1854 cur = ktime_get_raw(); in ath9k_hw_get_tsf_offset()
1912 tsf_ts = ktime_get_raw(); in ath9k_hw_reset()
/linux/kernel/time/
H A Dtimekeeping.c929 ktime_t ktime_get_raw(void) in ktime_get_raw() function
945 EXPORT_SYMBOL_GPL(ktime_get_raw);