Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c388 static void stop_handler(int signum) in stop_handler() function
407 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_free()
408 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_free()
410 signal(SIGALRM, stop_handler); in test_sk_storage_map_stress_free()
441 signal(SIGTERM, stop_handler); in test_sk_storage_map_stress_change()
442 signal(SIGINT, stop_handler); in test_sk_storage_map_stress_change()
444 signal(SIGALRM, stop_handler); in test_sk_storage_map_stress_change()