Searched refs:toggle_done (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/perf/bench/ |
D | futex-hash.c | 103 static void toggle_done(int sig __maybe_unused, in toggle_done() function 147 act.sa_sigaction = toggle_done; in bench_futex_hash() 214 toggle_done(0, NULL, NULL); in bench_futex_hash()
|
D | futex-lock-pi.c | 72 static void toggle_done(int sig __maybe_unused, in toggle_done() function 179 act.sa_sigaction = toggle_done; in bench_futex_lock_pi() 219 toggle_done(0, NULL, NULL); in bench_futex_lock_pi()
|
D | futex-wake.c | 129 static void toggle_done(int sig __maybe_unused, in toggle_done() function 156 act.sa_sigaction = toggle_done; in bench_futex_wake()
|
D | epoll-ctl.c | 90 static void toggle_done(int sig __maybe_unused, in toggle_done() function 330 act.sa_sigaction = toggle_done; in bench_epoll_ctl() 388 toggle_done(0, NULL, NULL); in bench_epoll_ctl()
|
D | futex-requeue.c | 156 static void toggle_done(int sig __maybe_unused, in toggle_done() function 181 act.sa_sigaction = toggle_done; in bench_futex_requeue()
|
D | epoll-wait.c | 272 static void toggle_done(int sig __maybe_unused, in toggle_done() function 444 act.sa_sigaction = toggle_done; in bench_epoll_wait() 516 toggle_done(0, NULL, NULL); in bench_epoll_wait()
|
D | futex-wake-parallel.c | 229 static void toggle_done(int sig __maybe_unused, in toggle_done() function 254 act.sa_sigaction = toggle_done; in bench_futex_wake_parallel()
|