Home
last modified time | relevance | path

Searched refs:nanosleep (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.3-rc2/kernel/time/
A Dposix-stubs.c151 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
152 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
245 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
246 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
A Dhrtimer.c2018 switch(restart->nanosleep.type) { in nanosleep_copyout()
2021 if (put_old_timespec32(ts, restart->nanosleep.compat_rmtp)) in nanosleep_copyout()
2026 if (put_timespec64(ts, restart->nanosleep.rmtp)) in nanosleep_copyout()
2057 if (restart->nanosleep.type != TT_NONE) { in do_nanosleep()
2075 hrtimer_init_sleeper_on_stack(&t, restart->nanosleep.clockid, in hrtimer_nanosleep_restart()
2077 hrtimer_set_expires_tv64(&t.timer, restart->nanosleep.expires); in hrtimer_nanosleep_restart()
2108 restart->nanosleep.clockid = t.timer.base->clockid; in hrtimer_nanosleep()
2109 restart->nanosleep.expires = hrtimer_get_expires_tv64(&t.timer); in hrtimer_nanosleep()
2118 SYSCALL_DEFINE2(nanosleep, struct __kernel_timespec __user *, rqtp, in SYSCALL_DEFINE2() argument
2131 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE2()
[all …]
A Dalarmtimer.c795 if (restart->nanosleep.type != TT_NONE) { in alarmtimer_do_nsleep()
827 enum alarmtimer_type type = restart->nanosleep.clockid; in alarm_timer_nsleep_restart()
828 ktime_t exp = restart->nanosleep.expires; in alarm_timer_nsleep_restart()
882 restart->nanosleep.clockid = type; in alarm_timer_nsleep()
883 restart->nanosleep.expires = exp; in alarm_timer_nsleep()
A Dposix-cpu-timers.c1530 restart->nanosleep.expires = expires; in do_cpu_nanosleep()
1531 if (restart->nanosleep.type != TT_NONE) in do_cpu_nanosleep()
1561 restart_block->nanosleep.clockid = which_clock; in posix_cpu_nsleep()
1569 clockid_t which_clock = restart_block->nanosleep.clockid; in posix_cpu_nsleep_restart()
1572 t = ns_to_timespec64(restart_block->nanosleep.expires); in posix_cpu_nsleep_restart()
A Dposix-timers.c1274 current->restart_block.nanosleep.type = rmtp ? TT_NATIVE : TT_NONE; in SYSCALL_DEFINE4()
1275 current->restart_block.nanosleep.rmtp = rmtp; in SYSCALL_DEFINE4()
1302 current->restart_block.nanosleep.type = rmtp ? TT_COMPAT : TT_NONE; in SYSCALL_DEFINE4()
1303 current->restart_block.nanosleep.compat_rmtp = rmtp; in SYSCALL_DEFINE4()
/linux-6.3-rc2/tools/testing/selftests/timers/
A D.gitignore9 nanosleep
A DMakefile7 TEST_GEN_PROGS = posix_timers nanosleep nsleep-lat set-timer-lat mqueue-lat \
/linux-6.3-rc2/include/linux/
A Drestart_block.h47 } nanosleep; member
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dlru_bug.c31 int nanosleep(void *ctx) in nanosleep() function
/linux-6.3-rc2/Documentation/timers/
A Dhrtimers.rst59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
159 - nanosleep
163 The conversion of nanosleep and posix-timers enabled the unification of
164 nanosleep and clock_nanosleep.
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dget_stack_raw_tp.c136 nanosleep(&tv, NULL); in test_get_stack_raw_tp()
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dnx_huge_pages_test.c107 nanosleep(&ts, NULL); in wait_for_reclaim()
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/
A Dmptcp_inq.c228 nanosleep(&req, NULL); in wait_for_ack()
368 nanosleep(&req, NULL); in process_one_client()
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl211 162 32 nanosleep sys_nanosleep_time32
212 162 64 nanosleep sys_nanosleep
213 162 spu nanosleep sys_nanosleep
/linux-6.3-rc2/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl211 162 32 nanosleep sys_nanosleep_time32
212 162 64 nanosleep sys_nanosleep
213 162 spu nanosleep sys_nanosleep
/linux-6.3-rc2/tools/testing/selftests/netfilter/
A Dnf-queue.c267 nanosleep(&ts, NULL); in sleep_ms()
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl180 162 32 nanosleep sys_nanosleep_time32
181 162 64 nanosleep sys_nanosleep
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c2968 nanosleep(&delay, NULL); in TEST_F()
2993 nanosleep(&delay, NULL); in TEST_F()
3074 EXPECT_EQ(0, nanosleep(&timeout, NULL)) { in TEST()
4143 nanosleep(&delay, NULL); in TEST()
4169 nanosleep(&delay, NULL); in TEST()
4429 nanosleep(&delay, NULL); in TEST()
4531 nanosleep(&delay, NULL); in TEST()
4605 nanosleep(&delay, NULL); in TEST()
4654 nanosleep(&delay, NULL); in TEST()
/linux-6.3-rc2/tools/perf/bench/
A Depoll-ctl.c198 nanosleep(&ts, NULL); in workerfn()
A Depoll-wait.c411 nanosleep(&ts, NULL); in writerfn()
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl299 249 32 nanosleep sys_nanosleep_time32
300 249 64 nanosleep sys_nanosleep
/linux-6.3-rc2/tools/perf/tests/
A Dswitch-tracking.c56 err = nanosleep(&ts, NULL); in spin_sleep()
/linux-6.3-rc2/tools/testing/selftests/rtc/
A Drtctest.c79 while (nanosleep(&req, &rem) != 0) { in nanosleep_with_retries()
/linux-6.3-rc2/tools/testing/selftests/cgroup/
A Dtest_cpu.c155 ret = nanosleep(&ts_remaining, NULL); in hog_cpus_timed()
/linux-6.3-rc2/tools/perf/tests/shell/
A Dtest_intel_pt.sh75 nanosleep(&tm, NULL);

Completed in 68 milliseconds

12