Home
last modified time | relevance | path

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

/kernel/
Drcutorture.c237 #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()
[all …]