Home
last modified time | relevance | path

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

/linux/kernel/
H A Dtorture.c69 static int fullstop = FULLSTOP_RMMOD; variable
620 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
690 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
692 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
823 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
857 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
863 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
896 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()
/linux/Documentation/RCU/
H A Drcubarrier.rst90 6 fullstop = 1;