Home
last modified time | relevance | path

Searched refs:clock_nanosleep (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/testing/selftests/timers/
H A Dnsleep-lat.c96 if (clock_nanosleep(clockid, 0, &target, NULL)) in nanosleep_lat_test()
104 clock_nanosleep(clockid, 0, &target, NULL); in nanosleep_lat_test()
116 clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL); in nanosleep_lat_test()
H A Dnanosleep.c98 if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL)) in nanosleep_test()
111 clock_nanosleep(clockid, 0, &rel, NULL); in nanosleep_test()
147 ret = clock_nanosleep(clockid, 0, &rqtp, &rmtp); in nanosleep_test_remaining()
H A Dleap-a-day.c166 clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL); in test_hrtimer_failure()
311 while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL)) in main()
357 clock_nanosleep(CLOCK_MONOTONIC, 0, &ts, NULL); in main()
/linux/tools/testing/selftests/timens/
H A D.gitignore2 clock_nanosleep
H A DMakefile1 TEST_GEN_PROGS := timens timerfd timer clock_nanosleep procfs exec futex vfork_exec
H A Dclock_nanosleep.c36 clock_nanosleep(args->clockid, args->abs ? TIMER_ABSTIME : 0, args->now, args->rem); in call_nanosleep()
77 /* Wait when the thread will call clock_nanosleep(). */ in run_test()
83 /* Try to interrupt clock_nanosleep(). */ in run_test()
87 /* Check whether clock_nanosleep() has been interrupted or not. */ in run_test()
/linux/kernel/time/
H A Dposix-stubs.c94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, in SYSCALL_DEFINE4() argument
/linux/tools/testing/selftests/rseq/
H A Dslice_test.c118 clock_nanosleep(CLOCK_MONOTONIC, 0, &ts_start, NULL); in noise_thread()
/linux/tools/testing/selftests/filesystems/
H A Dfile_stressor.c186 …ASSERT_EQ(clock_nanosleep(CLOCK_MONOTONIC, 0, &(struct timespec){ .tv_sec = 900 /* 15 min */ }, NU…
/linux/tools/include/nolibc/
H A Dtime.h31 * int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in __nolibc_timespec_kernel_to_user()
103 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, in clock_settime()
125 int clock_nanosleep(clockid_t clockid, int flags, const struct timespec *rqtp, clock_nanosleep() function
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl324 248 32 clock_nanosleep sys_clock_nanosleep_time32
325 248 64 clock_nanosleep sys_clock_nanosleep
326 248 spu clock_nanosleep sys_clock_nanosleep
/linux/scripts/
H A Dsyscall.tbl149 115 time32 clock_nanosleep sys_clock_nanosleep_time32
150 115 64 clock_nanosleep sys_clock_nanosleep
/linux/tools/scripts/
H A Dsyscall.tbl149 115 time32 clock_nanosleep sys_clock_nanosleep_time32
150 115 64 clock_nanosleep sys_clock_nanosleep
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl315 259 32 clock_nanosleep sys_clock_nanosleep_time32
316 259 64 clock_nanosleep sys_clock_nanosleep
/linux/Documentation/trace/rv/
H A Dmonitor_rtapp.rst55 case, only the `clock_nanosleep` syscall should be used with `TIMER_ABSTIME`
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl235 224 n64 clock_nanosleep sys_clock_nanosleep
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl218 262 common clock_nanosleep sys_clock_nanosleep
/linux/Documentation/timers/
H A Dhrtimers.rst159 nanosleep and clock_nanosleep.
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl277 267 common clock_nanosleep sys_clock_nanosleep_time32
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl267 247 common clock_nanosleep sys_clock_nanosleep_time32
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl242 230 common clock_nanosleep sys_clock_nanosleep
H A Dsyscall_32.tbl282 267 i386 clock_nanosleep sys_clock_nanosleep_time32
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl283 265 common clock_nanosleep sys_clock_nanosleep_time32
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1435 CASE_TEST(clock_nanosleep); ts.tv_nsec = -1; EXPECT_EQ(1, EINVAL, clock_nanosleep(CLOCK_REALTIME, 0, &ts, NULL)); break; in run_stdlib()
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst422 | clock_nanosleep | 37 | Time | sys_clock_nanosleep() |

12