Searched refs:__hash_empty (Results 1 – 3 of 3) sorted by relevance
69 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() function87 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable))
81 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() function99 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable))
281 #define hash_empty(hashtable) __hash_empty(hashtable, HASH_SIZE(hashtable))362 static inline bool __hash_empty(struct hlist_head *ht, unsigned int sz) in __hash_empty() function