Searched refs:should_run (Results 1 – 3 of 3) sorted by relevance
56 int should_run; member90 iit->should_run = 1; in idle_inject_wakeup()139 iit->should_run = 0; in idle_inject_fn()241 iit->should_run = 0; in idle_inject_stop()274 return iit->should_run; in idle_inject_should_run()
61 bool should_run; member499 st->should_run = true; in __cpuhp_kick_ap()627 return st->should_run; in cpuhp_should_run()650 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()669 st->should_run = false; in cpuhp_thread_fun()674 st->should_run = (st->state < st->target); in cpuhp_thread_fun()679 st->should_run = (st->state > st->target); in cpuhp_thread_fun()706 st->should_run = false; in cpuhp_thread_fun()712 if (!st->should_run) in cpuhp_thread_fun()
30 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function104 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest()547 if (!should_run(&env.test_selector, in main()