Home
last modified time | relevance | path

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

/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()