Searched refs:rqtp (Results 1 – 4 of 4) sorted by relevance
/kernel/time/ |
D | posix-cpu-timers.c | 1297 struct timespec *rqtp, struct itimerspec *it) in do_cpu_nanosleep() argument 1315 it->it_value = *rqtp; in do_cpu_nanosleep() 1347 sample_to_timespec(which_clock, timer.it.cpu.expires, rqtp); in do_cpu_nanosleep() 1384 struct timespec *rqtp, struct timespec __user *rmtp) in posix_cpu_nsleep() argument 1398 error = do_cpu_nanosleep(which_clock, flags, rqtp, &it); in posix_cpu_nsleep() 1413 restart_block->nanosleep.expires = timespec_to_ns(rqtp); in posix_cpu_nsleep() 1462 struct timespec *rqtp, in process_cpu_nsleep() argument 1465 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp, rmtp); in process_cpu_nsleep()
|
D | hrtimer.c | 1561 long hrtimer_nanosleep(struct timespec *rqtp, struct timespec __user *rmtp, in hrtimer_nanosleep() argument 1574 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack); in hrtimer_nanosleep() 1602 SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp, in SYSCALL_DEFINE2() argument 1607 if (copy_from_user(&tu, rqtp, sizeof(tu))) in SYSCALL_DEFINE2()
|
D | posix-timers.c | 1111 const struct timespec __user *, rqtp, in SYSCALL_DEFINE4() argument 1122 if (copy_from_user(&t, rqtp, sizeof (struct timespec))) in SYSCALL_DEFINE4()
|
/kernel/ |
D | compat.c | 239 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()
|