Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Drhashtable.h300 static inline struct rhash_lock_head __rcu **rht_bucket_insert( in rht_bucket_insert() function
718 bkt = rht_bucket_insert(ht, tbl, hash); in __rhashtable_insert_fast()
/linux-6.1.9/lib/
Drhashtable.c605 bkt = rht_bucket_insert(ht, tbl, hash); in rhashtable_try_insert()