Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drhashtable.h208 static inline bool rht_grow_above_100(const struct rhashtable *ht, in rht_grow_above_100() function
782 if (unlikely(rht_grow_above_100(ht, tbl))) in __rhashtable_insert_fast()
/openbmc/linux/lib/
H A Drhashtable.c565 if (unlikely(rht_grow_above_100(ht, tbl))) in rhashtable_insert_one()