Home
last modified time | relevance | path

Searched refs:rqtp (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/kernel/time/
Dposix-stubs.c127 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
141 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
213 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
227 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
Dposix-cpu-timers.c1250 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1271 it.it_value = *rqtp; in do_cpu_nanosleep()
1347 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1360 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1402 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1404 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
Dposix-timers.c1205 const struct timespec64 *rqtp) in common_nsleep() argument
1207 return hrtimer_nanosleep(rqtp, flags & TIMER_ABSTIME ? in common_nsleep()
1213 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1224 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1240 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
1251 if (compat_get_timespec64(&t, rqtp)) in COMPAT_SYSCALL_DEFINE4()
Dhrtimer.c1728 long hrtimer_nanosleep(const struct timespec64 *rqtp, in hrtimer_nanosleep() argument
1741 hrtimer_set_expires_range_ns(&t.timer, timespec64_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
1763 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
1768 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
1783 COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE2() argument
1788 if (compat_get_timespec64(&tu, rqtp)) in COMPAT_SYSCALL_DEFINE2()
/Linux-v4.19/tools/perf/examples/bpf/
D5sec.c44 int probe(hrtimer_nanosleep, rqtp->tv_sec)(void *ctx, int err, long sec)
/Linux-v4.19/include/linux/
Dhrtimer.h479 extern long hrtimer_nanosleep(const struct timespec64 *rqtp,
Dcompat.h704 asmlinkage long compat_sys_nanosleep(struct compat_timespec __user *rqtp,
736 struct compat_timespec __user *rqtp,
Dsyscalls.h552 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
590 const struct __kernel_timespec __user *rqtp,