Searched refs:rqtp (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/kernel/time/ |
| H A D | posix-stubs.c | 95 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 110 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 178 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 193 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | posix-timers.c | 1357 const struct timespec64 *rqtp) in common_nsleep() argument 1359 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() 1372 const struct timespec64 *rqtp) in common_nsleep_timens() argument 1374 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() 1385 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 1396 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 1413 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 1424 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
| H A D | posix-cpu-timers.c | 1470 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument 1493 it.it_value = *rqtp; in do_cpu_nanosleep() 1562 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument 1575 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep() 1617 const struct timespec64 *rqtp) in process_cpu_nsleep() argument 1619 return posix_cpu_nsleep(PROCESS_CLOCK, flags, 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() argument 2146 hrtimer_set_expires_range_ns(&t.timer, rqtp, current->timer_slack_ns); in hrtimer_nanosleep() 2168 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument 2173 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2() 2190 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument 2195 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
| /linux-6.15/include/linux/ |
| H A D | hrtimer.h | 372 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
|
| H A D | syscalls.h | 584 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp, 586 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 616 const struct __kernel_timespec __user *rqtp, 630 struct old_timespec32 __user *rqtp,
|