Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Drhashtable.h291 static inline struct rhash_head __rcu **rht_bucket_insert( in rht_bucket_insert() function
606 pprev = rht_bucket_insert(ht, tbl, hash); in __rhashtable_insert_fast()
/Linux-v4.19/lib/
Drhashtable.c552 pprev = rht_bucket_insert(ht, tbl, hash); in rhashtable_insert_one()