Searched refs:rht_grow_above_100 (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Drhashtable.h204 * rht_grow_above_100 - returns true if nelems > table-size
208 static inline bool rht_grow_above_100(const struct rhashtable *ht, function
782 if (unlikely(rht_grow_above_100(ht, tbl)))
/linux-master/lib/
H A Drhashtable.c565 if (unlikely(rht_grow_above_100(ht, tbl)))

Completed in 119 milliseconds