Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/time/
Dposix-stubs.c95 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()
Dposix-timers.c1361 const struct timespec64 *rqtp) in common_nsleep() argument
1363 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep()
1376 const struct timespec64 *rqtp) in common_nsleep_timens() argument
1378 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens()
1389 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1400 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1417 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
1428 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dposix-cpu-timers.c1465 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1487 it.it_value = *rqtp; in do_cpu_nanosleep()
1556 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1569 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1611 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1613 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
Dhrtimer.c2071 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() argument
2079 hrtimer_set_expires_range_ns(&t.timer, rqtp, current->timer_slack_ns); in hrtimer_nanosleep()
2101 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2106 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
2123 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
2128 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux-6.12.1/include/linux/
Dhrtimer.h361 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
Dsyscalls.h571 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
573 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
603 const struct __kernel_timespec __user *rqtp,
617 struct old_timespec32 __user *rqtp,