Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drhashtable.h300 static inline struct rhash_lock_head __rcu **rht_bucket_insert( in rht_bucket_insert() function
727 bkt = rht_bucket_insert(ht, tbl, hash); in __rhashtable_insert_fast()
/openbmc/linux/lib/
H A Drhashtable.c609 bkt = rht_bucket_insert(ht, tbl, hash); in rhashtable_try_insert()