Searched refs:SLIST_EMPTY (Results 1 – 6 of 6) sorted by relevance
50 #undef SLIST_EMPTY197 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
125 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
108 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
237 while (!SLIST_EMPTY(&test->streams)) { in server_timer_proc()
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
2340 while (!SLIST_EMPTY(&test->streams)) { in iperf_free_test()2386 while (!SLIST_EMPTY(&test->protocols)) { in iperf_free_test()2437 while (!SLIST_EMPTY(&test->streams)) { in iperf_reset_test()3677 if (SLIST_EMPTY(&test->streams)) { in iperf_add_stream()