Searched refs:SLIST_EMPTY (Results 1 – 2 of 2) sorted by relevance
140 while (!SLIST_EMPTY(&(htab->htable[idx]))) { in hdestroy_r()
230 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) macro