Searched refs:toggle_done (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/bench/ |
H A D | futex-hash.c | 106 static void toggle_done(int sig __maybe_unused, in toggle_done() function 151 act.sa_sigaction = toggle_done; in bench_futex_hash() 219 toggle_done(0, NULL, NULL); in bench_futex_hash()
|
H A D | futex-lock-pi.c | 75 static void toggle_done(int sig __maybe_unused, in toggle_done() function 184 act.sa_sigaction = toggle_done; in bench_futex_lock_pi() 223 toggle_done(0, NULL, NULL); in bench_futex_lock_pi()
|
H A D | futex-wake.c | 135 static void toggle_done(int sig __maybe_unused, in toggle_done() function 161 act.sa_sigaction = toggle_done; in bench_futex_wake()
|
H A 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()
|
H A D | futex-requeue.c | 162 static void toggle_done(int sig __maybe_unused, in toggle_done() function 186 act.sa_sigaction = toggle_done; in bench_futex_requeue()
|
H A D | epoll-wait.c | 272 static void toggle_done(int sig __maybe_unused, in toggle_done() function 449 act.sa_sigaction = toggle_done; in bench_epoll_wait() 521 toggle_done(0, NULL, NULL); in bench_epoll_wait()
|
H A D | futex-wake-parallel.c | 239 static void toggle_done(int sig __maybe_unused, in toggle_done() function 263 act.sa_sigaction = toggle_done; in bench_futex_wake_parallel()
|