Home
last modified time | relevance | path

Searched refs:get_timespec64 (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/kernel/time/
Dposix-stubs.c67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dtime.c781 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()
Dposix-timers.c1085 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1266 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux-5.19.10/include/linux/
Dtime.h11 int get_timespec64(struct timespec64 *ts,
/linux-5.19.10/fs/
Dutimes.c153 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
154 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
Dselect.c743 if (get_timespec64(&ts, tsp)) in do_pselect()
1109 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1328 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1433 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
Daio.c2230 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2259 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
2396 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
Deventpoll.c2315 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6()
2372 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
/linux-5.19.10/kernel/futex/
Dsyscalls.c175 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
274 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE5()
/linux-5.19.10/Documentation/driver-api/
Dioctl.rst96 space timespec exactly. The get_timespec64() and put_timespec64() helper
/linux-5.19.10/ipc/
Dmqueue.c846 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
Dsem.c2262 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
/linux-5.19.10/kernel/
Dsignal.c3644 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3708 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/linux-5.19.10/net/
Dsocket.c2915 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
/linux-5.19.10/io_uring/
Dio_uring.c7416 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep()
7500 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in __io_timeout_prep()
8961 if (get_timespec64(&ts, uts)) in io_cqring_wait()