Home
last modified time | relevance | path

Searched refs:put_timespec64 (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c103 if (put_timespec64(&kernel_tp, tp)) in SYSCALL_DEFINE2()
119 if (put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
H A Dtime.c805 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 Dposix-timers.c1103 if (!error && put_timespec64(&kernel_tp, tp)) in SYSCALL_DEFINE2()
1150 if (!error && tp && put_timespec64(&rtn_tp, tp)) in SYSCALL_DEFINE2()
H A Dhrtimer.c1924 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtime.h13 int put_timespec64(const struct timespec64 *ts,
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dioctl.rst96 space timespec exactly. The get_timespec64() and put_timespec64() helper
/OK3568_Linux_fs/kernel/fs/
H A Dselect.c345 if (!put_timespec64(&rts, p)) in poll_select_finish()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c3171 return put_timespec64(&ts, userstamp); in sock_gettstamp()
/OK3568_Linux_fs/kernel/net/
H A Dsocket.c2798 if (timeout && put_timespec64(&timeout_sys, timeout)) in __sys_recvmmsg()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c6690 retval = put_timespec64(&t, interval); in SYSCALL_DEFINE2()