Home
last modified time | relevance | path

Searched refs:should_run (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/powercap/
A Didle_inject.c57 int should_run; member
109 iit->should_run = 1; in idle_inject_wakeup()
159 iit->should_run = 0; in idle_inject_fn()
281 iit->should_run = 0; in idle_inject_stop()
313 return iit->should_run; in idle_inject_should_run()
/linux-6.3-rc2/kernel/
A Dcpu.c71 bool should_run; member
540 st->should_run = true; in __cpuhp_kick_ap()
754 return st->should_run; in cpuhp_should_run()
777 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
796 st->should_run = false; in cpuhp_thread_fun()
798 st->should_run = cpuhp_next_state(bringup, &state, st, st->target); in cpuhp_thread_fun()
799 if (!st->should_run) in cpuhp_thread_fun()
825 st->should_run = false; in cpuhp_thread_fun()
832 if (!st->should_run) in cpuhp_thread_fun()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_progs.c142 bool should_run; member
160 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
1236 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1413 if (!test->should_run || !test->run_serial_test) in server_main()
1668 test->should_run = should_run(&env.test_selector, in main()
1727 if (!test->should_run) in main()

Completed in 13 milliseconds