Home
last modified time | relevance | path

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

/kernel/time/
Dposix-stubs.c125 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
139 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
212 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
226 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dposix-cpu-timers.c1220 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1242 it.it_value = *rqtp; in do_cpu_nanosleep()
1318 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1331 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1373 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1375 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
Dposix-timers.c1201 const struct timespec64 *rqtp) in common_nsleep() argument
1203 return hrtimer_nanosleep(rqtp, flags & TIMER_ABSTIME ? in common_nsleep()
1209 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1220 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1237 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
1248 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
Dhrtimer.c1977 long hrtimer_nanosleep(const struct timespec64 *rqtp, in hrtimer_nanosleep() argument
1990 hrtimer_set_expires_range_ns(&t.timer, timespec64_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
2012 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2017 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
2033 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
2038 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()