Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dposix-stubs.c66 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
139 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dtime.c871 int get_timespec64(struct timespec64 *ts, in get_timespec64() function
891 EXPORT_SYMBOL_GPL(get_timespec64);
954 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64()
958 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
Dposix-timers.c1054 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2()
1220 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c1950 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
/Linux-v5.4/include/linux/
Dtime.h12 int get_timespec64(struct timespec64 *ts,
/Linux-v5.4/fs/
Dutimes.c143 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4()
144 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
Dselect.c739 if (get_timespec64(&ts, tsp)) in do_pselect()
1089 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5()
1308 if (get_timespec64(&ts, tsp)) in do_compat_pselect()
1407 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
Daio.c2070 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5()
2099 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6()
2236 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
Dio_uring.c1946 if (get_timespec64(&ts, u64_to_user_ptr(sqe->addr))) in io_timeout()
/Linux-v5.4/ipc/
Dmqueue.c751 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
Dsem.c2224 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
/Linux-v5.4/kernel/
Dsignal.c3508 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4()
3572 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
Dfutex.c3687 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
/Linux-v5.4/net/
Dsocket.c2673 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()