Searched refs:get_timespec64 (Results 1 – 19 of 19) sorted by relevance
/linux/kernel/time/ |
A D | posix-stubs.c | 67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
A 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()
|
A D | posix-timers.c | 1076 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1257 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
A D | hrtimer.c | 2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/linux/fs/ |
A D | utimes.c | 153 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 154 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
A D | select.c | 739 if (get_timespec64(&ts, tsp)) in do_pselect() 1105 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5() 1324 if (get_timespec64(&ts, tsp)) in do_compat_pselect() 1429 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
A D | aio.c | 2205 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2234 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2371 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
A D | eventpoll.c | 2286 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6() 2343 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
A D | io_uring.c | 6116 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep() 6200 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in io_timeout_prep() 7656 if (get_timespec64(&ts, uts)) in io_cqring_wait()
|
/linux/include/linux/ |
A D | time.h | 11 int get_timespec64(struct timespec64 *ts,
|
/linux/kernel/futex/ |
A D | syscalls.c | 191 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6() 290 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE5()
|
/linux/Documentation/driver-api/ |
A D | ioctl.rst | 96 space timespec exactly. The get_timespec64() and put_timespec64() helper
|
/linux/ipc/ |
A D | mqueue.c | 834 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
A D | sem.c | 2265 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
/linux/kernel/ |
A D | signal.c | 3635 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3699 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
/linux/net/ |
A D | socket.c | 2836 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|
/linux/ |
A D | vmlinux.symvers | 9562 0x00000000 get_timespec64 vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 4518 ffff8000101142f0 T get_timespec64
|
A D | .tmp_System.map | 4518 ffff8000101142f0 T get_timespec64
|
Completed in 370 milliseconds