Lines Matching defs:should_run
54 * @should_run: Thread should execute
73 bool should_run;
769 * Make sure the above stores are visible before should_run becomes
773 st->should_run = true;
1044 return st->should_run;
1059 * When complete or on error, should_run is cleared and the completion is fired.
1067 if (WARN_ON_ONCE(!st->should_run))
1071 * ACQUIRE for the cpuhp_should_run() load of ->should_run. Ensures
1072 * that if we see ->should_run we also see the rest of the state.
1086 st->should_run = false;
1088 st->should_run = cpuhp_next_state(bringup, &state, st, st->target);
1089 if (!st->should_run)
1115 st->should_run = false;
1122 if (!st->should_run)