Searched refs:put_timespec64 (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | posix-stubs.c | 103 if (put_timespec64(&kernel_tp, tp)) in SYSCALL_DEFINE2() 119 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
|
| H A D | time.c | 805 int put_timespec64(const struct timespec64 *ts, in put_timespec64() function 815 EXPORT_SYMBOL_GPL(put_timespec64); 881 ret = put_timespec64(&it->it_interval, &uit->it_interval); in put_itimerspec64() 885 ret = put_timespec64(&it->it_value, &uit->it_value); in put_itimerspec64()
|
| H A D | posix-timers.c | 1103 if (!error && put_timespec64(&kernel_tp, tp)) in SYSCALL_DEFINE2() 1150 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
|
| H A D | hrtimer.c | 1924 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | time.h | 13 int put_timespec64(const 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/fs/ |
| H A D | select.c | 345 if (!put_timespec64(&rts, p)) in poll_select_finish()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | sock.c | 3171 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | socket.c | 2798 if (timeout && put_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 6690 retval = put_timespec64(&t, interval); in SYSCALL_DEFINE2()
|