Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/
Dtorture.c68 static int fullstop = FULLSTOP_RMMOD; variable
619 while (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
689 if (READ_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
691 WRITE_ONCE(fullstop, FULLSTOP_SHUTDOWN); in torture_shutdown_notify()
836 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
869 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
875 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
908 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()
/Linux-v6.6/Documentation/RCU/
Drcubarrier.rst90 6 fullstop = 1;