Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c69 static int fullstop = FULLSTOP_RMMOD; variable
622 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
692 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
694 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
828 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
872 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
878 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
911 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()