Home
last modified time | relevance | path

Searched refs:exit_point (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dexit.bpf.c13 const volatile int exit_point; variable
16 #define EXIT_CLEANLY() scx_bpf_exit(exit_point, "%d", exit_point)
25 if (exit_point == EXIT_SELECT_CPU) in BPF_STRUCT_OPS()
33 if (exit_point == EXIT_ENQUEUE) in BPF_STRUCT_OPS()
41 if (exit_point == EXIT_DISPATCH) in BPF_STRUCT_OPS()
49 if (exit_point == EXIT_ENABLE) in BPF_STRUCT_OPS()
56 if (exit_point == EXIT_INIT_TASK) in BPF_STRUCT_OPS()
69 if (exit_point == EXIT_INIT) in BPF_STRUCT_OPS_SLEEPABLE()
H A Dexit.c26 skel->rodata->exit_point = tc; in run()