Searched refs:toggle_done (Results 1 – 7 of 7) sorted by relevance
/tools/perf/bench/ |
D | futex-lock-pi.c | 70 static void toggle_done(int sig __maybe_unused, in toggle_done() function 165 act.sa_sigaction = toggle_done; in bench_futex_lock_pi() 200 toggle_done(0, NULL, NULL); in bench_futex_lock_pi()
|
D | futex-hash.c | 100 static void toggle_done(int sig __maybe_unused, in toggle_done() function 141 act.sa_sigaction = toggle_done; in bench_futex_hash() 193 toggle_done(0, NULL, NULL); in bench_futex_hash()
|
D | futex-wake.c | 114 static void toggle_done(int sig __maybe_unused, in toggle_done() function 140 act.sa_sigaction = toggle_done; in bench_futex_wake()
|
D | futex-requeue.c | 108 static void toggle_done(int sig __maybe_unused, in toggle_done() function 132 act.sa_sigaction = toggle_done; in bench_futex_requeue()
|
D | epoll-ctl.c | 91 static void toggle_done(int sig __maybe_unused, in toggle_done() function 317 act.sa_sigaction = toggle_done; in bench_epoll_ctl() 375 toggle_done(0, NULL, NULL); in bench_epoll_ctl()
|
D | futex-wake-parallel.c | 214 static void toggle_done(int sig __maybe_unused, in toggle_done() function 238 act.sa_sigaction = toggle_done; in bench_futex_wake_parallel()
|
D | epoll-wait.c | 273 static void toggle_done(int sig __maybe_unused, in toggle_done() function 431 act.sa_sigaction = toggle_done; in bench_epoll_wait() 503 toggle_done(0, NULL, NULL); in bench_epoll_wait()
|