Searched refs:get_timespec64 (Results 1 – 15 of 15) sorted by relevance
| /linux/kernel/time/ |
| H A D | posix-stubs.c | 33 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 110 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | time.c | 867 int get_timespec64(struct timespec64 *ts, in get_timespec64() function 888 EXPORT_SYMBOL_GPL(get_timespec64); 985 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64() 989 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
|
| H A D | posix-timers.c | 1117 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1380 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | hrtimer.c | 2197 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /linux/include/linux/ |
| H A D | time.h | 11 int get_timespec64(struct timespec64 *ts,
|
| /linux/kernel/futex/ |
| H A D | syscalls.c | 199 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6() 274 if (get_timespec64(&ts, timeout)) in futex2_setup_timeout()
|
| /linux/fs/ |
| H A D | select.c | 739 if (get_timespec64(&ts, tsp)) in do_pselect() 1094 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5() 1313 if (get_timespec64(&ts, tsp)) in do_compat_pselect() 1418 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| H A D | aio.c | 2259 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2288 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2425 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| H A D | eventpoll.c | 2517 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6() 2574 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| /linux/io_uring/ |
| H A D | timeout.c | 465 if (get_timespec64(&tr->ts, u64_to_user_ptr(READ_ONCE(sqe->addr2)))) in io_timeout_remove_prep() 560 if (get_timespec64(&data->ts, u64_to_user_ptr(READ_ONCE(sqe->addr)))) in __io_timeout_prep()
|
| H A D | io_uring.c | 2527 if (get_timespec64(&ext_arg->ts, u64_to_user_ptr(arg.ts))) in io_get_ext_arg()
|
| /linux/Documentation/driver-api/ |
| H A D | ioctl.rst | 96 space timespec exactly. The get_timespec64() and put_timespec64() helper
|
| /linux/ipc/ |
| H A D | mqueue.c | 841 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
| H A D | sem.c | 2261 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
| /linux/net/ |
| H A D | socket.c | 3016 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|