Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtorture.c57 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */ macro
412 while (ACCESS_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
485 ACCESS_ONCE(fullstop) = FULLSTOP_SHUTDOWN; in torture_shutdown_notify()
645 if (ACCESS_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()