Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/time/
Dposix-stubs.c125 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
139 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
211 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
225 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dposix-cpu-timers.c1220 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1242 it.it_value = *rqtp; in do_cpu_nanosleep()
1318 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1331 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1373 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1375 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
Dposix-timers.c1201 const struct timespec64 *rqtp) in common_nsleep() argument
1203 return hrtimer_nanosleep(rqtp, flags & TIMER_ABSTIME ? in common_nsleep()
1209 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1220 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1236 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
1247 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c1910 long hrtimer_nanosleep(const struct timespec64 *rqtp, in hrtimer_nanosleep() argument
1923 hrtimer_set_expires_range_ns(&t.timer, timespec64_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
1945 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
1950 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
1965 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
1970 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/Linux-v5.4/tools/perf/examples/bpf/
D5sec.c44 int probe(hrtimer_nanosleep, rqtp->tv_sec)(void *ctx, int err, long sec)
/Linux-v5.4/include/linux/
Dhrtimer.h505 extern long hrtimer_nanosleep(const struct timespec64 *rqtp,
Dsyscalls.h588 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
590 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
628 const struct __kernel_timespec __user *rqtp,
642 struct old_timespec32 __user *rqtp,