Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dposix-cpu-timers.c1296 struct timespec *rqtp, struct itimerspec *it) in do_cpu_nanosleep() argument
1314 it->it_value = *rqtp; in do_cpu_nanosleep()
1346 sample_to_timespec(which_clock, timer.it.cpu.expires, rqtp); in do_cpu_nanosleep()
1383 struct timespec *rqtp, struct timespec __user *rmtp) in posix_cpu_nsleep() argument
1397 error = do_cpu_nanosleep(which_clock, flags, rqtp, &it); in posix_cpu_nsleep()
1412 restart_block->nanosleep.expires = timespec_to_ns(rqtp); in posix_cpu_nsleep()
1461 struct timespec *rqtp, in process_cpu_nsleep() argument
1464 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp, rmtp); in process_cpu_nsleep()
Dhrtimer.c1545 long hrtimer_nanosleep(struct timespec *rqtp, struct timespec __user *rmtp, in hrtimer_nanosleep() argument
1558 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack); in hrtimer_nanosleep()
1586 SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
1591 if (copy_from_user(&tu, rqtp, sizeof(tu))) in SYSCALL_DEFINE2()
Dposix-timers.c1098 const struct timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1109 if (copy_from_user(&t, rqtp, sizeof (struct timespec))) in SYSCALL_DEFINE4()
/linux-4.4.14/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.4.14/include/linux/
Dhrtimer.h471 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,