Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dtorture.c65 static int fullstop = FULLSTOP_RMMOD; variable
464 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()
665 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
698 if (READ_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
704 WRITE_ONCE(fullstop, FULLSTOP_RMMOD); in torture_cleanup_begin()
737 return READ_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()
/Linux-v4.19/Documentation/RCU/
Drcubarrier.txt107 6 fullstop = 1;