Home
last modified time | relevance | path

Searched refs:ktime_get_raw_ts64 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/linux/
H A Dtimekeeping.h41 extern void ktime_get_raw_ts64(struct timespec64 *ts);
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst79 void ktime_get_raw_ts64( struct timespec64 * )
185 These are replaced by ktime_get_raw()/ktime_get_raw_ts64(),
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c238 ktime_get_raw_ts64(&ts); in chanctx_event_delta()
349 ktime_get_raw_ts64(&ts); in ath_chanctx_adjust_tbtt_delta()
1263 ktime_get_raw_ts64(&ts); in ath_chanctx_set_next()
1280 ktime_get_raw_ts64(&sc->cur_chan->tsf_ts); in ath_chanctx_set_next()
H A Dmain.c1977 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_set_tsf()
1993 ktime_get_raw_ts64(&avp->chanctx->tsf_ts); in ath9k_reset_tsf()
H A Dhw.c1856 ktime_get_raw_ts64(&ts); in ath9k_hw_get_tsf_offset()
1920 ktime_get_raw_ts64(&tsf_ts); in ath9k_hw_reset()
/openbmc/linux/fs/nfsd/
H A Dnfssvc.c375 ktime_get_raw_ts64(&now); in nfsd_reset_write_verifier_locked()
/openbmc/linux/kernel/time/
H A Dtimekeeping.c1517 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64() function
1533 EXPORT_SYMBOL(ktime_get_raw_ts64);
H A Dposix-timers.c168 ktime_get_raw_ts64(tp); in posix_get_monotonic_raw()
/openbmc/linux/include/sound/
H A Dpcm.h1252 ktime_get_raw_ts64(tv); in snd_pcm_gettime()
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c1279 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
/openbmc/linux/sound/core/
H A Drawmidi.c1146 ktime_get_raw_ts64(&ts64); in get_framing_tstamp()