Searched refs:get_timespec64 (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/kernel/time/ |
| D | posix-stubs.c | 66 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 139 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | time.c | 871 int get_timespec64(struct timespec64 *ts, in get_timespec64() function 891 EXPORT_SYMBOL_GPL(get_timespec64); 954 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64() 958 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
|
| D | posix-timers.c | 1054 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1220 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | hrtimer.c | 1950 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /Linux-v5.4/include/linux/ |
| D | time.h | 12 int get_timespec64(struct timespec64 *ts,
|
| /Linux-v5.4/fs/ |
| D | utimes.c | 143 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 144 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
| D | select.c | 739 if (get_timespec64(&ts, tsp)) in do_pselect() 1089 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5() 1308 if (get_timespec64(&ts, tsp)) in do_compat_pselect() 1407 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| D | aio.c | 2070 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2099 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2236 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| D | io_uring.c | 1946 if (get_timespec64(&ts, u64_to_user_ptr(sqe->addr))) in io_timeout()
|
| /Linux-v5.4/ipc/ |
| D | mqueue.c | 751 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
| D | sem.c | 2224 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
| /Linux-v5.4/kernel/ |
| D | signal.c | 3508 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3572 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| D | futex.c | 3687 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
|
| /Linux-v5.4/net/ |
| D | socket.c | 2673 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|