Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Drhashtable.c1167 struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl, in __rht_bucket_nested() function
1194 EXPORT_SYMBOL_GPL(__rht_bucket_nested);
1203 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()
/Linux-v5.4/include/linux/
Drhashtable.h266 struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl,
297 return unlikely(tbl->nest) ? __rht_bucket_nested(tbl, hash) : in rht_bucket_var()