Searched refs:should_run (Results 1 – 3 of 3) sorted by relevance
57 int should_run; member93 iit->should_run = 1; in idle_inject_wakeup()142 iit->should_run = 0; in idle_inject_fn()255 iit->should_run = 0; in idle_inject_stop()286 return iit->should_run; in idle_inject_should_run()
62 bool should_run; member500 st->should_run = true; in __cpuhp_kick_ap()642 return st->should_run; in cpuhp_should_run()665 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()684 st->should_run = false; in cpuhp_thread_fun()689 st->should_run = (st->state < st->target); in cpuhp_thread_fun()694 st->should_run = (st->state > st->target); in cpuhp_thread_fun()721 st->should_run = false; in cpuhp_thread_fun()727 if (!st->should_run) in cpuhp_thread_fun()
52 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function182 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest()687 if (!should_run(&env.test_selector, in main()