Home
last modified time | relevance | path

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

/linux/tools/include/nolibc/
H A Dtime.h113 return my_syscall4(__NR_clock_nanosleep, clockid, flags, rqtp, rmtp); in sys_clock_nanosleep() argument
133 return -sys_clock_nanosleep(clockid, flags, rqtp, rmtp); in clock_nanosleep() argument
146 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-timers.c1348 const struct timespec64 *rqtp) in common_nsleep()
1363 const struct timespec64 *rqtp) in common_nsleep_timens()
1376 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1404 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
H A Dposix-cpu-timers.c1479 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 Dhrtimer.c2154 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep()
2184 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2206 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument