Home
last modified time | relevance | path

Searched refs:should_run (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/powercap/
H A Didle_inject.c53 * @should_run: whether or not to run the task (for the smpboot kthread API)
57 int should_run; member
93 iit->should_run = 1; in idle_inject_wakeup()
142 iit->should_run = 0; in idle_inject_fn()
242 * after the loop below will be covered by clearing the should_run flag in idle_inject_stop()
249 * goes offline with the should_run flag set so as to prevent its idle in idle_inject_stop()
255 iit->should_run = 0; in idle_inject_stop()
286 return iit->should_run; in idle_inject_should_run()
/kernel/linux/linux-6.6/drivers/powercap/
H A Didle_inject.c53 * @should_run: whether or not to run the task (for the smpboot kthread API)
57 int should_run; member
109 iit->should_run = 1; in idle_inject_wakeup()
159 iit->should_run = 0; in idle_inject_fn()
268 * after the loop below will be covered by clearing the should_run flag in idle_inject_stop()
275 * goes offline with the should_run flag set so as to prevent its idle in idle_inject_stop()
281 iit->should_run = 0; in idle_inject_stop()
313 return iit->should_run; in idle_inject_should_run()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dtimerlat_u.h8 int should_run; member
H A Dtimerlat_u.c186 while (params->should_run) { in timerlat_u_dispatcher()
H A Dtimerlat_top.c874 params_u.should_run = 1; in timerlat_top_main()
924 params_u.should_run = 0; in timerlat_top_main()
H A Dtimerlat_hist.c1054 params_u.should_run = 1; in timerlat_hist_main()
1097 params_u.should_run = 0; in timerlat_hist_main()
/kernel/linux/linux-5.10/kernel/
H A Dcpu.c50 * @should_run: Thread should execute
65 bool should_run; member
499 * Make sure the above stores are visible before should_run becomes in __cpuhp_kick_ap()
503 st->should_run = true; in __cpuhp_kick_ap()
651 return st->should_run; in cpuhp_should_run()
666 * When complete or on error, should_run is cleared and the completion is fired.
674 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
678 * ACQUIRE for the cpuhp_should_run() load of ->should_run. Ensures in cpuhp_thread_fun()
679 * that if we see ->should_run we also see the rest of the state. in cpuhp_thread_fun()
693 st->should_run in cpuhp_thread_fun()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dcpu.c53 * @should_run: Thread should execute
73 bool should_run; member
758 * Make sure the above stores are visible before should_run becomes in __cpuhp_kick_ap()
762 st->should_run = true; in __cpuhp_kick_ap()
1032 return st->should_run; in cpuhp_should_run()
1047 * When complete or on error, should_run is cleared and the completion is fired.
1055 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
1059 * ACQUIRE for the cpuhp_should_run() load of ->should_run. Ensures in cpuhp_thread_fun()
1060 * that if we see ->should_run we also see the rest of the state. in cpuhp_thread_fun()
1074 st->should_run in cpuhp_thread_fun()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_progs.c52 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
182 if (!should_run(&env.subtest_selector, test->subtest_num, name)) in test__start_subtest()
687 if (!should_run(&env.test_selector, in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H 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
1212 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1415 if (!test->should_run || !test->run_serial_test) in server_main()
1675 test->should_run = should_run(&env.test_selector, in main()
1734 if (!test->should_run) in main()

Completed in 13 milliseconds