Searched defs:rqtp (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | time.h | 107 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 D | posix-stubs.c | 95 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 178 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
|
| H A D | posix-cpu-timers.c | 1541 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 D | nanosleep.c | 126 struct timespec rqtp = {}, rmtp = {}; nanosleep_test_remaining() local
|