Home
last modified time | relevance | path

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

/kernel/
Dtorture.c64 static int fullstop = FULLSTOP_RMMOD; variable
610 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
680 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
682 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
827 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
860 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
866 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
899 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()