Home
last modified time | relevance | path

Searched defs:rqtp (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/nolibc/
H A Dtime.h107 return -_sys_clock_nanosleep(clockid, flags, rqtp, rmtp); in sys_clock_nanosleep() argument
125 clock_nanosleep(clockid_t clockid,int flags,const struct timespec * rqtp,struct timespec * rmtp) clock_nanosleep() argument
139 nanosleep(const struct timespec * rqtp,struct timespec * rmtp) nanosleep() argument
/linux/kernel/time/
H A Dposix-stubs.c95 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
178 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
H A Dposix-cpu-timers.c1541 const struct timespec64 *rqtp) in do_cpu_nanosleep()
1634 const struct timespec64 *rqtp) in posix_cpu_nsleep()
1689 const struct timespec64 *rqtp) in process_cpu_nsleep()
/linux/tools/testing/selftests/timers/
H A Dnanosleep.c126 struct timespec rqtp = {}, rmtp = {}; nanosleep_test_remaining() local