Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Drhashtable.c1188 struct rhash_lock_head __rcu **__rht_bucket_nested( in __rht_bucket_nested() function
1215 EXPORT_SYMBOL_GPL(__rht_bucket_nested);
1224 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()
/linux-6.15/include/linux/
H A Drhashtable.h266 struct rhash_lock_head __rcu **__rht_bucket_nested(
296 return unlikely(tbl->nest) ? __rht_bucket_nested(tbl, hash) : in rht_bucket_var()