Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dptp_clock_kernel.h471 ktime_get_raw_ts64(&sts->pre_ts); in ptp_read_system_prets()
490 ktime_get_raw_ts64(&sts->post_ts); in ptp_read_system_postts()
H A Dtimekeeping.h42 extern void ktime_get_raw_ts64(struct timespec64 *ts);
/linux-6.15/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-6.15/fs/nfsd/
H A Dnfssvc.c339 ktime_get_raw_ts64(&now); in nfsd_reset_write_verifier_locked()
/linux-6.15/kernel/time/
H A Dtimekeeping.c1558 void ktime_get_raw_ts64(struct timespec64 *ts) in ktime_get_raw_ts64() function
1574 EXPORT_SYMBOL(ktime_get_raw_ts64);
H A Dposix-timers.c231 ktime_get_raw_ts64(tp); in posix_get_monotonic_raw()
/linux-6.15/include/sound/
H A Dpcm.h1295 ktime_get_raw_ts64(tv); in snd_pcm_gettime()
/linux-6.15/drivers/firewire/
H A Dcore-cdev.c1287 case CLOCK_MONOTONIC_RAW: ktime_get_raw_ts64(&ts); break; in ioctl_get_cycle_timer2()
/linux-6.15/sound/core/
H A Drawmidi.c1121 ktime_get_raw_ts64(&ts64); in get_framing_tstamp()