Searched refs:get_timespec64 (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.10/kernel/time/ |
| D | posix-stubs.c | 67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | time.c | 781 int get_timespec64(struct timespec64 *ts, in get_timespec64() function 802 EXPORT_SYMBOL_GPL(get_timespec64); 865 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64() 869 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
|
| D | posix-timers.c | 1076 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1257 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| D | hrtimer.c | 1957 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /Linux-v5.10/include/linux/ |
| D | time.h | 11 int get_timespec64(struct timespec64 *ts,
|
| /Linux-v5.10/fs/ |
| D | utimes.c | 152 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 153 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
| D | select.c | 739 if (get_timespec64(&ts, tsp)) in do_pselect() 1099 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5() 1318 if (get_timespec64(&ts, tsp)) in do_compat_pselect() 1423 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| D | aio.c | 2089 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2118 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2255 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| D | io_uring.c | 5535 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in io_timeout_prep()
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | ioctl.rst | 96 space timespec exactly. The get_timespec64() and put_timespec64() helper
|
| /Linux-v5.10/ipc/ |
| D | mqueue.c | 832 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
| D | sem.c | 2239 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
| /Linux-v5.10/kernel/ |
| D | signal.c | 3532 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3596 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| D | futex.c | 3808 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
|
| /Linux-v5.10/net/ |
| D | socket.c | 2790 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|