Searched refs:hlist_empty (Results 1 – 3 of 3) sorted by relevance
81 if (!hlist_empty(&ht[i])) in __hash_empty()
581 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() function
421 return hlist_empty(head) ? NULL : __sk_head(head); in sk_head()