Searched refs:fullstop (Results 1 – 2 of 2) sorted by relevance
52 static int fullstop = FULLSTOP_RMMOD; variable466 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()535 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()537 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()674 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()707 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()713 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()746 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()
106 6 fullstop = 1;