Lines Matching defs:should_run
54 * @should_run: Thread should execute
69 bool should_run;
523 * Make sure the above stores are visible before should_run becomes
527 st->should_run = true;
681 return st->should_run;
696 * When complete or on error, should_run is cleared and the completion is fired.
704 if (WARN_ON_ONCE(!st->should_run)) {
709 * ACQUIRE for the cpuhp_should_run() load of ->should_run. Ensures
710 * that if we see ->should_run we also see the rest of the state.
724 st->should_run = false;
729 st->should_run = (st->state < st->target);
734 st->should_run = (st->state > st->target);
761 st->should_run = false;
767 if (!st->should_run) {