Home
last modified time | relevance | path

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

/openbmc/linux/drivers/powercap/
H 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()
/openbmc/linux/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.c888 params_u.should_run = 1; in timerlat_top_main()
938 params_u.should_run = 0; in timerlat_top_main()
H A Dtimerlat_hist.c1098 params_u.should_run = 1; in timerlat_hist_main()
1141 params_u.should_run = 0; in timerlat_hist_main()
/openbmc/linux/kernel/
H A Dcpu.c73 bool should_run; member
762 st->should_run = true; in __cpuhp_kick_ap()
1032 return st->should_run; in cpuhp_should_run()
1055 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
1074 st->should_run = false; in cpuhp_thread_fun()
1076 st->should_run = cpuhp_next_state(bringup, &state, st, st->target); in cpuhp_thread_fun()
1077 if (!st->should_run) in cpuhp_thread_fun()
1103 st->should_run = false; in cpuhp_thread_fun()
1110 if (!st->should_run) in cpuhp_thread_fun()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c156 bool should_run; member
174 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
1226 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1429 if (!test->should_run || !test->run_serial_test) in server_main()
1689 test->should_run = should_run(&env.test_selector, in main()
1748 if (!test->should_run) in main()