Home
last modified time | relevance | path

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

/linux/drivers/powercap/
A Didle_inject.c57 int should_run; member
93 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()
/linux/tools/testing/selftests/bpf/
A Dtest_progs.c58 bool should_run; member
83 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
216 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest()
967 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1153 if (!test->should_run || !test->run_serial_test) in server_main()
1372 if (should_run(&env.test_selector, in main()
1374 test->should_run = true; in main()
1376 test->should_run = false; in main()
1435 if (!test->should_run) in main()
/linux/kernel/
A Dcpu.c69 bool should_run; member
538 st->should_run = true; in __cpuhp_kick_ap()
730 return st->should_run; in cpuhp_should_run()
753 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
772 st->should_run = false; in cpuhp_thread_fun()
774 st->should_run = cpuhp_next_state(bringup, &state, st, st->target); in cpuhp_thread_fun()
775 if (!st->should_run) in cpuhp_thread_fun()
801 st->should_run = false; in cpuhp_thread_fun()
808 if (!st->should_run) in cpuhp_thread_fun()

Completed in 11 milliseconds