Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dposix-stubs.c33 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
110 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dtime.c871 int get_timespec64(struct timespec64 *ts, in get_timespec64() function
892 EXPORT_SYMBOL_GPL(get_timespec64);
989 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64()
993 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
H A Dposix-timers.c1122 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1385 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dhrtimer.c2130 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/openbmc/linux/include/linux/
H A Dtime.h11 int get_timespec64(struct timespec64 *ts,
/openbmc/linux/fs/
H A Dutimes.c154 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
155 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
H 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()
H A Daio.c2220 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2249 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
2386 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
H A Deventpoll.c2413 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6()
2470 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/kernel/futex/
H A Dsyscalls.c175 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
274 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE5()
/openbmc/linux/io_uring/
H A Dtimeout.c442 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep()
538 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in __io_timeout_prep()
H A Dio_uring.c2573 if (get_timespec64(&ts, uts)) in io_cqring_wait()
/openbmc/linux/Documentation/driver-api/
H A Dioctl.rst96 space timespec exactly. The get_timespec64() and put_timespec64() helper
/openbmc/linux/ipc/
H A Dmqueue.c847 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
H A Dsem.c2261 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
/openbmc/linux/kernel/
H A Dsignal.c3689 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3753 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
/openbmc/linux/net/
H A Dsocket.c3017 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()