Lines Matching refs:FULLSTOP_DONTSTOP
237 #define FULLSTOP_DONTSTOP 0 /* Normal operation. */ macro
257 if (fullstop == FULLSTOP_DONTSTOP) in rcutorture_shutdown_notify()
419 if (fullstop != FULLSTOP_DONTSTOP) { in rcu_torture_cb()
866 fullstop != FULLSTOP_DONTSTOP) in rcu_torture_boost()
889 fullstop != FULLSTOP_DONTSTOP) in rcu_torture_boost()
914 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_boost()
952 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_fqs()
1000 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_writer()
1029 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_fakewriter()
1174 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_reader()
1716 fullstop != FULLSTOP_DONTSTOP); in rcu_torture_barrier_cbs()
1719 if (kthread_should_stop() || fullstop != FULLSTOP_DONTSTOP) in rcu_torture_barrier_cbs()
1724 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_barrier_cbs()
1750 fullstop != FULLSTOP_DONTSTOP); in rcu_torture_barrier()
1751 if (kthread_should_stop() || fullstop != FULLSTOP_DONTSTOP) in rcu_torture_barrier()
1761 } while (!kthread_should_stop() && fullstop == FULLSTOP_DONTSTOP); in rcu_torture_barrier()
2019 fullstop = FULLSTOP_DONTSTOP; in rcu_torture_init()