Searched defs:rqtp (Results 1 – 4 of 4) sorted by relevance
/linux/tools/include/nolibc/ |
H A D | time.h | 113 int sys_clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in sys_clock_nanosleep() 133 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in clock_nanosleep() 146 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
|
/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 | 1479 const struct timespec64 *rqtp) in do_cpu_nanosleep() 1571 const struct timespec64 *rqtp) in posix_cpu_nsleep() 1626 const struct timespec64 *rqtp) in process_cpu_nsleep()
|
H A D | hrtimer.c | 2138 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() 2168 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument 2190 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
|