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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dposix-cpu-timers.c1419 struct timespec *rqtp, struct itimerspec *it)
1437 it->it_value = *rqtp;
1467 sample_to_timespec(which_clock, timer.it.cpu.expires, rqtp);
1485 struct timespec *rqtp, struct timespec __user *rmtp)
1500 error = do_cpu_nanosleep(which_clock, flags, rqtp, &it);
1515 restart_block->arg2 = rqtp->tv_sec;
1516 restart_block->arg3 = rqtp->tv_nsec;
1573 struct timespec *rqtp,
1576 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp, rmtp);
1598 struct timespec *rqtp, struc
1418 do_cpu_nanosleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct itimerspec *it) argument
1484 posix_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1572 process_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
1597 thread_cpu_nsleep(const clockid_t which_clock, int flags, struct timespec *rqtp, struct timespec __user *rmtp) argument
[all...]
H A Dhrtimer.c1562 long hrtimer_nanosleep(struct timespec *rqtp, struct timespec __user *rmtp, argument
1575 hrtimer_set_expires_range_ns(&t.timer, timespec_to_ktime(*rqtp), slack);
1603 SYSCALL_DEFINE2(nanosleep, struct timespec __user *, rqtp,
1608 if (copy_from_user(&tu, rqtp, sizeof(tu)))
H A Dcompat.c127 asmlinkage long compat_sys_nanosleep(struct compat_timespec __user *rqtp, argument
134 if (get_compat_timespec(&tu, rqtp))
662 struct compat_timespec __user *rqtp,
670 if (get_compat_timespec(&in, rqtp))
661 compat_sys_clock_nanosleep(clockid_t which_clock, int flags, struct compat_timespec __user *rqtp, struct compat_timespec __user *rmtp) argument
H A Dposix-timers.c969 const struct timespec __user *, rqtp,
977 if (copy_from_user(&t, rqtp, sizeof (struct timespec)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dposix-timers.h102 struct timespec *rqtp, struct timespec __user *rmtp);
H A Dhrtimer.h414 extern long hrtimer_nanosleep(struct timespec *rqtp,
H A Dsyscalls.h261 asmlinkage long sys_nanosleep(struct timespec __user *rqtp, struct timespec __user *rmtp);
319 const struct timespec __user *rqtp,

Completed in 185 milliseconds