Searched refs:torture_shutdown_hook (Results 1 – 1 of 1) sorted by relevance
612 static void (*torture_shutdown_hook)(void); variable 658 if (torture_shutdown_hook) in torture_shutdown() 659 torture_shutdown_hook(); in torture_shutdown() 661 VERBOSE_TOROUT_STRING("No torture_shutdown_hook(), skipping."); in torture_shutdown() 673 torture_shutdown_hook = cleanup; in torture_shutdown_init()