Home
last modified time | relevance | path

Searched refs:UEI_EXITED (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dhotplug.c83 while (!UEI_EXITED(skel, uei)) in test_hotplug()
123 while (!UEI_EXITED(skel, uei)) in test_hotplug_attach()
/linux-6.12.1/tools/sched_ext/
Dscx_simple.c91 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_central.c110 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_qmap.c119 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_flatcg.c178 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
/linux-6.12.1/tools/sched_ext/include/scx/
Duser_exit_info.h66 #define UEI_EXITED(__skel, __uei_name) ({ \ macro