Searched refs:hlist_nulls_empty (Results 1 – 2 of 2) sorted by relevance
58 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty() function
523 return hlist_nulls_empty(head) ? NULL : __sk_nulls_head(head); in sk_nulls_head()