Searched refs:__rht_bucket_nested (Results 1 – 2 of 2) sorted by relevance
1167 struct rhash_lock_head **__rht_bucket_nested(const struct bucket_table *tbl, in __rht_bucket_nested() function1194 EXPORT_SYMBOL_GPL(__rht_bucket_nested);1203 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()
266 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()