Lines Matching refs:stop
29 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); }
35 bool stop;
52 bool stop;
761 BUG_ON(retry > 50); /* stop infinite retry on testing. */
34356 while (!test->stop) {
34467 while (!test->stop) {
34640 if (test->stop)
34697 if (test->stop)
34730 test.start = test.stop = false;
34781 test.stop = true;
34972 while (!test->stop) {
34989 struct rcu_test_struct3 test = {.stop = false, .mt = mt};
35020 test.stop = true;