Home
last modified time | relevance | path

Searched refs:get_timespec64 (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/kernel/time/
Dposix-stubs.c68 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
141 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dtime.c853 int get_timespec64(struct timespec64 *ts, in get_timespec64() function
873 EXPORT_SYMBOL_GPL(get_timespec64);
936 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64()
940 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
Dposix-timers.c1050 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1224 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c1768 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/Linux-v4.19/include/linux/
Dtime.h12 int get_timespec64(struct timespec64 *ts,
/Linux-v4.19/fs/
Dutimes.c174 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
175 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
Dselect.c712 if (get_timespec64(&ts, tsp)) in do_pselect()
1056 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
Daio.c2074 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2101 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
/Linux-v4.19/ipc/
Dmqueue.c697 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
Dsem.c2201 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()