Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drhashtable.h301 static inline struct rhash_lock_head **rht_bucket_insert( in rht_bucket_insert() function
725 bkt = rht_bucket_insert(ht, tbl, hash); in __rhashtable_insert_fast()
/Linux-v5.4/lib/
Drhashtable.c598 bkt = rht_bucket_insert(ht, tbl, hash); in rhashtable_try_insert()