Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drhashtable.h264 struct rhash_lock_head **rht_bucket_nested(const struct bucket_table *tbl,
290 return unlikely(tbl->nest) ? rht_bucket_nested(tbl, hash) : in rht_bucket()
/Linux-v5.4/lib/
Drhashtable.c1196 struct rhash_lock_head **rht_bucket_nested(const struct bucket_table *tbl, in rht_bucket_nested() function
1205 EXPORT_SYMBOL_GPL(rht_bucket_nested);