Searched refs:rqtp (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/kernel/time/ |
D | posix-stubs.c | 129 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 144 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 223 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 238 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | posix-timers.c | 1346 const struct timespec64 *rqtp) in common_nsleep() argument 1348 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() 1361 const struct timespec64 *rqtp) in common_nsleep_timens() argument 1363 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() 1374 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 1385 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 1402 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 1413 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | posix-cpu-timers.c | 1502 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument 1524 it.it_value = *rqtp; in do_cpu_nanosleep() 1593 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument 1606 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep() 1648 const struct timespec64 *rqtp) in process_cpu_nsleep() argument 1650 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
|
D | hrtimer.c | 2086 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() argument 2099 hrtimer_set_expires_range_ns(&t.timer, rqtp, slack); in hrtimer_nanosleep() 2121 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument 2126 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2() 2143 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument 2148 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/Linux-v6.6/include/linux/ |
D | hrtimer.h | 512 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
|
D | syscalls.h | 552 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp, 554 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 584 const struct __kernel_timespec __user *rqtp, 598 struct old_timespec32 __user *rqtp,
|