Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/powercap/
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-v6.6/tools/tracing/rtla/src/
Dtimerlat_u.h8 int should_run; member
Dtimerlat_u.c186 while (params->should_run) { in timerlat_u_dispatcher()
Dtimerlat_top.c870 params_u.should_run = 1; in timerlat_top_main()
920 params_u.should_run = 0; in timerlat_top_main()
Dtimerlat_hist.c1051 params_u.should_run = 1; in timerlat_hist_main()
1094 params_u.should_run = 0; in timerlat_hist_main()
/Linux-v6.6/kernel/
Dcpu.c73 bool should_run; member
754 st->should_run = true; in __cpuhp_kick_ap()
1024 return st->should_run; in cpuhp_should_run()
1047 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
1066 st->should_run = false; in cpuhp_thread_fun()
1068 st->should_run = cpuhp_next_state(bringup, &state, st, st->target); in cpuhp_thread_fun()
1069 if (!st->should_run) in cpuhp_thread_fun()
1095 st->should_run = false; in cpuhp_thread_fun()
1102 if (!st->should_run) in cpuhp_thread_fun()
/Linux-v6.6/tools/testing/selftests/bpf/
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()