Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dposix-stubs.c67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
144 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
A 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()
A Dposix-timers.c1085 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1266 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
A Dhrtimer.c2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux-6.3-rc2/include/linux/
A Dtime.h11 int get_timespec64(struct timespec64 *ts,
/linux-6.3-rc2/fs/
A Dutimes.c154 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
155 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
A 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()
A Daio.c2231 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2260 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
2397 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
A Deventpoll.c2317 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6()
2374 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
/linux-6.3-rc2/kernel/futex/
A Dsyscalls.c175 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
274 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE5()
/linux-6.3-rc2/io_uring/
A Dtimeout.c408 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep()
493 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in __io_timeout_prep()
A Dio_uring.c2593 if (get_timespec64(&ts, uts)) in io_cqring_wait()
/linux-6.3-rc2/Documentation/driver-api/
A Dioctl.rst96 space timespec exactly. The get_timespec64() and put_timespec64() helper
/linux-6.3-rc2/ipc/
A Dmqueue.c846 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
A Dsem.c2263 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
/linux-6.3-rc2/kernel/
A Dsignal.c3648 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3712 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/linux-6.3-rc2/net/
A Dsocket.c2928 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()

Completed in 78 milliseconds