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

/linux-master/include/linux/
H A Drhashtable.h191 * rht_shrink_below_30 - returns true if nelems < 0.3 * table-size
195 static inline bool rht_shrink_below_30(const struct rhashtable *ht, function
1068 rht_shrink_below_30(ht, tbl)))
/linux-master/lib/
H A Drhashtable.c424 else if (ht->p.automatic_shrinking && rht_shrink_below_30(ht, tbl))

Completed in 118 milliseconds