Searched refs:UEI_EXITED (Results 1 – 6 of 6) sorted by relevance
83 while (!UEI_EXITED(skel, uei)) in test_hotplug()123 while (!UEI_EXITED(skel, uei)) in test_hotplug_attach()
91 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
110 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
119 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
178 while (!exit_req && !UEI_EXITED(skel, uei)) { in main()
66 #define UEI_EXITED(__skel, __uei_name) ({ \ macro