Searched refs:rqtp (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/kernel/time/ |
D | posix-stubs.c | 128 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 221 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 236 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | posix-timers.c | 1223 const struct timespec64 *rqtp) in common_nsleep() argument 1225 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep() 1233 const struct timespec64 *rqtp) in common_nsleep_timens() argument 1235 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens() 1246 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 1257 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4() 1273 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument 1284 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
|
D | posix-cpu-timers.c | 1422 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument 1444 it.it_value = *rqtp; in do_cpu_nanosleep() 1520 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument 1533 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep() 1575 const struct timespec64 *rqtp) in process_cpu_nsleep() argument 1577 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
|
D | hrtimer.c | 2083 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() 2139 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument 2144 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
|
/Linux-v5.15/tools/perf/examples/bpf/ |
D | 5sec.c | 46 int probe(hrtimer_nanosleep, rqtp)(void *ctx, int err, long long sec) in probe() argument
|
/Linux-v5.15/include/linux/ |
D | hrtimer.h | 512 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
|
D | syscalls.h | 627 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp, 629 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp, 667 const struct __kernel_timespec __user *rqtp, 681 struct old_timespec32 __user *rqtp,
|