clock_nanosleep   116 arch/um/os-Linux/time.c 	if (clock_nanosleep(CLOCK_MONOTONIC, 0, &ts, NULL))
clock_nanosleep   124 kernel/time/posix-stubs.c SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags,
clock_nanosleep  1208 kernel/time/posix-timers.c SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags,
clock_nanosleep   166 tools/testing/selftests/timers/leap-a-day.c 	clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &target, NULL);
clock_nanosleep   311 tools/testing/selftests/timers/leap-a-day.c 		while (clock_nanosleep(CLOCK_REALTIME, TIMER_ABSTIME, &ts, NULL))
clock_nanosleep   357 tools/testing/selftests/timers/leap-a-day.c 			clock_nanosleep(CLOCK_MONOTONIC, 0, &ts, NULL);
clock_nanosleep   110 tools/testing/selftests/timers/nanosleep.c 	if (clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL))
clock_nanosleep   123 tools/testing/selftests/timers/nanosleep.c 	clock_nanosleep(clockid, 0, &rel, NULL);
clock_nanosleep   109 tools/testing/selftests/timers/nsleep-lat.c 	if (clock_nanosleep(clockid, 0, &target, NULL))
clock_nanosleep   117 tools/testing/selftests/timers/nsleep-lat.c 		clock_nanosleep(clockid, 0, &target, NULL);
clock_nanosleep   129 tools/testing/selftests/timers/nsleep-lat.c 		clock_nanosleep(clockid, TIMER_ABSTIME, &target, NULL);