Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/sched_ext/
Dhotplug.c85 while (!UEI_EXITED(skel, uei)) in test_hotplug()
125 while (!UEI_EXITED(skel, uei)) in test_hotplug_attach()
/linux-6.14.4/tools/sched_ext/
Dscx_simple.c91 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_central.c111 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_qmap.c121 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
Dscx_flatcg.c179 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
/linux-6.14.4/tools/sched_ext/include/scx/
Duser_exit_info.h69 #define UEI_EXITED(__skel, __uei_name) ({ \ macro