Home
last modified time | relevance | path

Searched refs:stop_handler (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c384 static void stop_handler(int signum) in stop_handler() function
403 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free()
404 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free()
406 signal(SIGALRM, stop_handler); in test_sk_storage_map_stress_free()
437 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change()
438 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change()
440 signal(SIGALRM, stop_handler); in test_sk_storage_map_stress_change()