Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c128 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
143 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
221 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
236 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dposix-timers.c1232 const struct timespec64 *rqtp) in common_nsleep() argument
1234 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep()
1242 const struct timespec64 *rqtp) in common_nsleep_timens() argument
1244 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens()
1255 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1266 if (get_timespec64(&t, rqtp)) in SYSCALL_DEFINE4()
1282 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
1293 if (get_old_timespec32(&t, rqtp)) in SYSCALL_DEFINE4()
H A Dposix-cpu-timers.c1380 const struct timespec64 *rqtp) in do_cpu_nanosleep() argument
1402 it.it_value = *rqtp; in do_cpu_nanosleep()
1478 const struct timespec64 *rqtp) in posix_cpu_nsleep() argument
1491 error = do_cpu_nanosleep(which_clock, flags, rqtp); in posix_cpu_nsleep()
1533 const struct timespec64 *rqtp) in process_cpu_nsleep() argument
1535 return posix_cpu_nsleep(PROCESS_CLOCK, flags, rqtp); in process_cpu_nsleep()
H A Dhrtimer.c1981 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep() argument
1994 hrtimer_set_expires_range_ns(&t.timer, rqtp, slack); in hrtimer_nanosleep()
2016 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2021 if (get_timespec64(&tu, rqtp)) in SYSCALL_DEFINE2()
2037 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
2042 if (get_old_timespec32(&tu, rqtp)) in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/tools/perf/examples/bpf/
H A D5sec.c46 int probe(hrtimer_nanosleep, rqtp)(void *ctx, int err, long long sec) in probe() argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dhrtimer.h510 extern long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode,
H A Dsyscalls.h617 asmlinkage long sys_nanosleep(struct __kernel_timespec __user *rqtp,
619 asmlinkage long sys_nanosleep_time32(struct old_timespec32 __user *rqtp,
657 const struct __kernel_timespec __user *rqtp,
671 struct old_timespec32 __user *rqtp,