Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/time/
A Dposix-stubs.c129 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()
A Dposix-timers.c1232 const struct timespec64 *rqtp) in common_nsleep() argument
1234 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep()
1242 const struct timespec64 *rqtp) in common_nsleep_timens() argument
1244 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens()
1255 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1266 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1283 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
1294 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
A Dposix-cpu-timers.c1443 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1465 it.it_value = *rqtp; in do_cpu_nanosleep()
1541 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1554 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1596 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1598 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
A Dhrtimer.c2083 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() argument
2096 hrtimer_set_expires_range_ns(&t.timer, rqtp, slack); in hrtimer_nanosleep()
2118 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2123 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
2140 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
2145 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/linux-6.3-rc2/include/linux/
A Dhrtimer.h512 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
A Dsyscalls.h630 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
632 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
670 const struct __kernel_timespec __user *rqtp,
684 struct old_timespec32 __user *rqtp,

Completed in 18 milliseconds