Searched refs:get_timespec64 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/kernel/time/ |
D | posix-stubs.c | 68 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 141 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | time.c | 853 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()
|
D | posix-timers.c | 1050 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1224 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | hrtimer.c | 1768 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/Linux-v4.19/include/linux/ |
D | time.h | 12 int get_timespec64(struct timespec64 *ts,
|
/Linux-v4.19/fs/ |
D | utimes.c | 174 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 175 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
D | select.c | 712 if (get_timespec64(&ts, tsp)) in do_pselect() 1056 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
|
D | aio.c | 2074 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/ |
D | mqueue.c | 697 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
D | sem.c | 2201 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|