Home
last modified time | relevance | path

Searched refs:hlist_empty (Results 1 – 4 of 4) sorted by relevance

/include/trace/
Dperf.h51 hlist_empty(head)) \
/include/linux/
Dhashtable.h86 if (!hlist_empty(&ht[i])) in __hash_empty()
Dlist.h779 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() function
/include/net/
Dsock.h602 return hlist_empty(head) ? NULL : __sk_head(head); in sk_head()