Home
last modified time | relevance | path

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

/Linux-v5.15/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.c1076 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1257 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/Linux-v5.15/include/linux/
Dtime.h11 int get_timespec64(struct timespec64 *ts,
/Linux-v5.15/fs/
Dutimes.c153 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
154 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
Dselect.c739 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()
Daio.c2088 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2117 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
2254 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
Deventpoll.c2286 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6()
2343 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
Dio_uring.c6066 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep()
6147 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in io_timeout_prep()
7571 if (get_timespec64(&ts, uts)) in io_cqring_wait()
/Linux-v5.15/Documentation/driver-api/
Dioctl.rst96 space timespec exactly. The get_timespec64() and put_timespec64() helper
/Linux-v5.15/ipc/
Dmqueue.c834 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
Dsem.c2265 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
/Linux-v5.15/kernel/
Dsignal.c3638 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3702 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
Dfutex.c4033 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
/Linux-v5.15/net/
Dsocket.c2836 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()