Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.h8 int should_run; member
H A Dcommon.c181 params->user.should_run = 1; in run_tool()
210 params->user.should_run = 0; in run_tool()
H A Dtimerlat_u.c182 while (params->should_run) { in timerlat_u_dispatcher()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c167 bool should_run;
268 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
1525 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1728 if (!test->should_run || !test->run_serial_test) in server_main()
2006 test->should_run = should_run(&env.test_selector, in main()
2015 if (test->should_run) in main()
2067 if (!test->should_run) in main()
164 bool should_run; global() member
265 static bool should_run(struct test_selector *sel, int num, const char *name) should_run() function
/linux/kernel/
H A Dcpu.c73 bool should_run; member
773 st->should_run = true; in __cpuhp_kick_ap()
1044 return st->should_run; in cpuhp_should_run()
1067 if (WARN_ON_ONCE(!st->should_run)) in cpuhp_thread_fun()
1086 st->should_run = false; in cpuhp_thread_fun()
1088 st->should_run = cpuhp_next_state(bringup, &state, st, st->target); in cpuhp_thread_fun()
1089 if (!st->should_run) in cpuhp_thread_fun()
1115 st->should_run = false; in cpuhp_thread_fun()
1122 if (!st->should_run) in cpuhp_thread_fun()