Home
last modified time | relevance | path

Searched defs:rqtp (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/examples/bpf/
D5sec.c46 int probe(hrtimer_nanosleep, rqtp)(void *ctx, int err, long long sec) in probe() argument
/kernel/linux/linux-4.19/kernel/time/
Dposix-stubs.c127 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
213 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
Dposix-cpu-timers.c1257 const struct timespec64 *rqtp) in do_cpu_nanosleep()
1354 const struct timespec64 *rqtp) in posix_cpu_nsleep()
1409 const struct timespec64 *rqtp) in process_cpu_nsleep()
Dposix-timers.c1202 const struct timespec64 *rqtp) in common_nsleep()
1210 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1237 struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE4() argument
Dhrtimer.c1731 long hrtimer_nanosleep(const struct timespec64 *rqtp, in hrtimer_nanosleep()
1766 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
1786 COMPAT_SYSCALL_DEFINE2(nanosleep, struct compat_timespec __user *, rqtp, in COMPAT_SYSCALL_DEFINE2() argument
/kernel/linux/linux-5.10/kernel/time/
Dposix-stubs.c128 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
221 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
Dposix-timers.c1223 const struct timespec64 *rqtp) in common_nsleep()
1233 const struct timespec64 *rqtp) in common_nsleep_timens()
1246 const struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE4() argument
1273 struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE4() argument
Dposix-cpu-timers.c1365 const struct timespec64 *rqtp) in do_cpu_nanosleep()
1463 const struct timespec64 *rqtp) in posix_cpu_nsleep()
1518 const struct timespec64 *rqtp) in process_cpu_nsleep()
Dhrtimer.c2007 long hrtimer_nanosleep(ktime_t rqtp, const enum hrtimer_mode mode, in hrtimer_nanosleep()
2042 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2063 SYSCALL_DEFINE2(nanosleep_time32, struct old_timespec32 __user *, rqtp, in SYSCALL_DEFINE2() argument
/kernel/liteos_a/syscall/
Dtime_syscall.c355 int SysNanoSleep(const struct timespec *rqtp, struct timespec *rmtp) in SysNanoSleep()
/kernel/liteos_m/kal/posix/src/
Dtime.c71 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()
/kernel/liteos_a/compat/posix/src/
Dtime.c987 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep()