Home
last modified time | relevance | path

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

/linux/lib/
H A Drhashtable.c1216 static struct rhash_lock_head __rcu *rhnull; in rht_bucket_nested() local
1218 if (!rhnull) in rht_bucket_nested()
1219 INIT_RHT_NULLS_HEAD(rhnull); in rht_bucket_nested()
1220 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()