Searched refs:get_timespec64 (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 67 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | time.c | 782 int get_timespec64(struct timespec64 *ts, in get_timespec64() function 803 EXPORT_SYMBOL_GPL(get_timespec64); 866 ret = get_timespec64(&it->it_interval, &uit->it_interval); in get_itimerspec64() 870 ret = get_timespec64(&it->it_value, &uit->it_value); in get_itimerspec64()
|
| H A D | posix-timers.c | 1085 if (get_timespec64(&new_tp, tp)) in SYSCALL_DEFINE2() 1266 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | hrtimer.c | 2021 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | utimes.c | 152 if ((get_timespec64(&tstimes[0], &utimes[0]) || in SYSCALL_DEFINE4() 153 get_timespec64(&tstimes[1], &utimes[1]))) in SYSCALL_DEFINE4()
|
| H A D | select.c | 742 if (get_timespec64(&ts, tsp)) in do_pselect() 1108 if (get_timespec64(&ts, tsp)) in SYSCALL_DEFINE5() 1327 if (get_timespec64(&ts, tsp)) in do_compat_pselect() 1432 if (get_timespec64(&ts, tsp)) in COMPAT_SYSCALL_DEFINE5()
|
| H A D | aio.c | 2207 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE5() 2236 if (timeout && unlikely(get_timespec64(&ts, timeout))) in SYSCALL_DEFINE6() 2373 if (timeout && get_timespec64(&t, timeout)) in COMPAT_SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | time.h | 11 int get_timespec64(struct timespec64 *ts,
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | ioctl.rst | 96 space timespec exactly. The get_timespec64() and put_timespec64() helper
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 846 if (get_timespec64(ts, u_abs_timeout)) in prepare_timeout()
|
| H A D | sem.c | 2242 if (get_timespec64(&ts, timeout)) in ksys_semtimedop()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | signal.c | 3561 if (get_timespec64(&ts, uts)) in SYSCALL_DEFINE4() 3625 if (get_timespec64(&t, uts)) in COMPAT_SYSCALL_DEFINE4()
|
| H A D | futex.c | 3791 if (get_timespec64(&ts, utime)) in SYSCALL_DEFINE6()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 2784 if (timeout && get_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 6013 if (get_timespec64(&tr->ts, u64_to_user_ptr(sqe->addr2))) in io_timeout_remove_prep() 6094 if (get_timespec64(&data->ts, u64_to_user_ptr(sqe->addr))) in io_timeout_prep() 7494 if (get_timespec64(&ts, uts)) in io_cqring_wait()
|