Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dtorture.c62 #define FULLSTOP_SHUTDOWN 1 /* System shutdown with torture running. */ macro
610 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
682 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
860 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()