Searched refs:get_timespec64 (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/kernel/time/ |
D | posix-stubs.c | 33 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 110 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | time.c | 871 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()
|
D | posix-timers.c | 1122 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1385 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | hrtimer.c | 2127 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/linux-6.6.21/include/linux/ |
D | time.h | 11 int get_timespec64(struct timespec64 *ts,
|
/linux-6.6.21/fs/ |
D | utimes.c | 154 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 155 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
D | select.c | 743 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()
|
D | aio.c | 2216 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2245 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2382 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
D | eventpoll.c | 2377 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE6() 2434 if (get_timespec64(&ts, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
/linux-6.6.21/kernel/futex/ |
D | syscalls.c | 175 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6() 274 if (get_timespec64(&ts, timeout)) in SYSCALL_DEFINE5()
|
/linux-6.6.21/io_uring/ |
D | timeout.c | 442 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()
|
D | io_uring.c | 2610 if (get_timespec64(&ts, uts)) in io_cqring_wait()
|
/linux-6.6.21/Documentation/driver-api/ |
D | ioctl.rst | 96 space timespec exactly. The get_timespec64() and put_timespec64() helper
|
/linux-6.6.21/ipc/ |
D | mqueue.c | 847 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
D | sem.c | 2261 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
/linux-6.6.21/kernel/ |
D | signal.c | 3681 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3745 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
/linux-6.6.21/net/ |
D | socket.c | 2987 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|