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
627 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
697 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
699 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
833 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
877 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
883 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
916 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()