Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c66 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */ macro
619 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
691 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
856 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()