Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dtorture.c602 static void (*torture_shutdown_hook)(void); variable
648 if (torture_shutdown_hook) in torture_shutdown()
649 torture_shutdown_hook(); in torture_shutdown()
663 torture_shutdown_hook = cleanup; in torture_shutdown_init()