Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeping.h42 extern void ktime_get_raw_ts64(struct timespec64 *ts);
/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(),
/linux/kernel/time/
H A Dtimekeeping.c1645 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64() function
1661 EXPORT_SYMBOL(ktime_get_raw_ts64);
1685 ktime_get_raw_ts64(ts); in ktime_get_clock_ts64()
H A Dposix-timers.c224 ktime_get_raw_ts64(tp); in posix_get_monotonic_ktime()
/linux/fs/nfsd/
H A Dnfssvc.c319 ktime_get_raw_ts64(&now); in nfsd_reset_write_verifier_locked()
/linux/include/sound/
H A Dpcm.h1293 ktime_get_raw_ts64(tv); in snd_pcm_gettime()
/linux/drivers/firewire/
H A Dcore-cdev.c1270 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
/linux/sound/core/
H A Drawmidi.c1121 ktime_get_raw_ts64(&ts64); in get_framing_tstamp()