Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_u.h9 int should_run;
8 int should_run; global() member
H A Dcommon.c233 params->user.should_run = 1; in run_tool()
264 params->user.should_run = 0; in run_tool()
H A Dtimerlat_u.c181 while (params->should_run) { in timerlat_u_dispatcher()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c167 bool should_run; member
270 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run() function
1586 if (!test->should_run || test->run_serial_test) in dispatch_thread()
1806 if (!test->should_run || !test->run_serial_test) in server_main()
2099 test->selected = should_run(&env.test_selector, in main()
2101 test->should_run = test->selected; in main()
2110 test->should_run = false; in main()
2113 if (test->should_run) in main()
2166 if (!test->should_run) { in main()