Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dtimekeeping.h161 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
166 *ts = ktime_to_timespec64(ktime_get_coarse_boottime()); in ktime_get_coarse_boottime_ts64()
176 *ts = ktime_to_timespec64(ktime_get_clocktai()); in ktime_get_clocktai_ts64()
181 *ts = ktime_to_timespec64(ktime_get_coarse_clocktai()); in ktime_get_coarse_clocktai_ts64()
Dpps_kernel.h118 ts->ts_real = ktime_to_timespec64(snap.real); in pps_get_ts()
120 ts->ts_raw = ktime_to_timespec64(snap.raw); in pps_get_ts()
Dktime.h91 #define ktime_to_timespec64(kt) ns_to_timespec64((kt)) macro
249 *ts = ktime_to_timespec64(kt); in ktime_to_timespec64_cond()
/linux-4.19.296/drivers/ptp/
Dptp_chardev.c200 ts = ktime_to_timespec64(xtstamp.device); in ptp_ioctl()
203 ts = ktime_to_timespec64(xtstamp.sys_realtime); in ptp_ioctl()
206 ts = ktime_to_timespec64(xtstamp.sys_monoraw); in ptp_ioctl()
/linux-4.19.296/fs/
Dtimerfd.c490 old->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_settime()
491 old->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_settime()
528 t->it_value = ktime_to_timespec64(timerfd_get_remaining(ctx)); in do_timerfd_gettime()
529 t->it_interval = ktime_to_timespec64(ctx->tintv); in do_timerfd_gettime()
/linux-4.19.296/drivers/rtc/
Drtc-lib.c141 ts = ktime_to_timespec64(kt); in rtc_ktime_to_tm()
/linux-4.19.296/drivers/dma-buf/
Dsync_debug.c89 ktime_to_timespec64(fence->timestamp); in sync_print_fence()
/linux-4.19.296/fs/nfs/flexfilelayout/
Dflexfilelayout.c2202 ts = ktime_to_timespec64(t); in ff_layout_encode_nfstime()