Searched refs:SLIST_EMPTY (Results 1 – 9 of 9) sorted by relevance
51 #undef SLIST_EMPTY203 #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
540 if (SLIST_EMPTY(&entry->thdlist_head)) in rw_thd()859 if (SLIST_EMPTY(&entry->thdlist_head) && entry->buf) { in remove_thd_entry()
203 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro
237 while (!SLIST_EMPTY(&test->streams)) { in server_timer_proc()
112 #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) macro
2592 while (!SLIST_EMPTY(&test->streams)) { in iperf_free_test()2659 while (!SLIST_EMPTY(&test->protocols)) { in iperf_free_test()2724 while (!SLIST_EMPTY(&test->streams)) { in iperf_reset_test()3985 if (SLIST_EMPTY(&test->streams)) { in iperf_add_stream()
161 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro