Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dposix-cpu-timers.c1248 struct timespec *rqtp, struct itimerspec *it) in do_cpu_nanosleep() argument
1266 it->it_value = *rqtp; in do_cpu_nanosleep()
1298 sample_to_timespec(which_clock, timer.it.cpu.expires, rqtp); in do_cpu_nanosleep()
1335 struct timespec *rqtp, struct timespec __user *rmtp) in posix_cpu_nsleep() argument
1349 error = do_cpu_nanosleep(which_clock, flags, rqtp, &it); in posix_cpu_nsleep()
1364 restart_block->nanosleep.expires = timespec_to_ns(rqtp); in posix_cpu_nsleep()
1413 struct timespec *rqtp, in process_cpu_nsleep() argument
1416 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp, rmtp); in process_cpu_nsleep()
Dhrtimer.c1559 long hrtimer_nanosleep(struct timespec *rqtp, struct timespec __user *rmtp, in hrtimer_nanosleep() argument
1572 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
1600 SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
1605 if (copy_from_user(&tu, rqtp, sizeof(tu))) in SYSCALL_DEFINE2()
Dposix-timers.c1091 const struct timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1102 if (copy_from_user(&t, rqtp, sizeof (struct timespec))) in SYSCALL_DEFINE4()
/linux-4.1.27/kernel/
Dcompat.c239 COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE2() argument
246 if (compat_get_timespec(&tu, rqtp)) in COMPAT_SYSCALL_DEFINE2()
839 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
847 if (compat_get_timespec(&in, rqtp)) in COMPAT_SYSCALL_DEFINE4()
/linux-4.1.27/include/linux/
Dhrtimer.h429 extern long hrtimer_nanosleep(struct timespec *rqtp,
Dcompat.h581 asmlinkage long compat_sys_nanosleep(struct compat_timespec __user *rqtp,
617 struct compat_timespec __user *rqtp,
Dsyscalls.h221 asmlinkage long sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp);
284 const struct timespec __user *rqtp,