Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtorture.c59 static int fullstop = FULLSTOP_RMMOD; variable
412 while (ACCESS_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_shutdown_absorb()
483 if (ACCESS_ONCE(fullstop) == FULLSTOP_DONTSTOP) { in torture_shutdown_notify()
485 ACCESS_ONCE(fullstop) = FULLSTOP_SHUTDOWN; in torture_shutdown_notify()
612 fullstop = FULLSTOP_DONTSTOP; in torture_init_begin()
645 if (ACCESS_ONCE(fullstop) == FULLSTOP_SHUTDOWN) { in torture_cleanup_begin()
651 ACCESS_ONCE(fullstop) = FULLSTOP_RMMOD; in torture_cleanup_begin()
684 return ACCESS_ONCE(fullstop) != FULLSTOP_DONTSTOP; in torture_must_stop_irq()
/linux-4.1.27/Documentation/RCU/
Drcubarrier.txt107 6 fullstop = 1;