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

/linux-master/kernel/time/
H A Dposix-stubs.c95 const struct __kernel_timespec __user *, rqtp,
110 if (get_timespec64(&t, rqtp))
178 struct old_timespec32 __user *, rqtp,
193 if (get_old_timespec32(&t, rqtp))
H A Dposix-timers.c1346 const struct timespec64 *rqtp)
1348 ktime_t texp = timespec64_to_ktime(*rqtp);
1361 const struct timespec64 *rqtp)
1363 ktime_t texp = timespec64_to_ktime(*rqtp);
1374 const struct __kernel_timespec __user *, rqtp,
1385 if (get_timespec64(&t, rqtp))
1402 struct old_timespec32 __user *, rqtp,
1413 if (get_old_timespec32(&t, rqtp))
1345 common_nsleep(const clockid_t which_clock, int flags, const struct timespec64 *rqtp) argument
1360 common_nsleep_timens(const clockid_t which_clock, int flags, const struct timespec64 *rqtp) argument
H A Dposix-cpu-timers.c1502 const struct timespec64 *rqtp)
1524 it.it_value = *rqtp;
1593 const struct timespec64 *rqtp)
1606 error = do_cpu_nanosleep(which_clock, flags, rqtp);
1648 const struct timespec64 *rqtp)
1650 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp);
1501 do_cpu_nanosleep(const clockid_t which_clock, int flags, const struct timespec64 *rqtp) argument
1592 posix_cpu_nsleep(const clockid_t which_clock, int flags, const struct timespec64 *rqtp) argument
1647 process_cpu_nsleep(const clockid_t which_clock, int flags, const struct timespec64 *rqtp) argument
H A Dhrtimer.c2090 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, argument
2103 hrtimer_set_expires_range_ns(&t.timer, rqtp, slack);
2125 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp,
2130 if (get_timespec64(&tu, rqtp))
2147 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp,
2152 if (get_old_timespec32(&tu, rqtp))
/linux-master/include/linux/
H A Dhrtimer.h361 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
H A 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,

Completed in 178 milliseconds