Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Drhashtable.c1206 static struct rhash_lock_head __rcu *rhnull; in rht_bucket_nested() local
1208 if (!rhnull) in rht_bucket_nested()
1209 INIT_RHT_NULLS_HEAD(rhnull); in rht_bucket_nested()
1210 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()
/kernel/linux/linux-6.6/lib/
H A Drhashtable.c1210 static struct rhash_lock_head __rcu *rhnull; in rht_bucket_nested() local
1212 if (!rhnull) in rht_bucket_nested()
1213 INIT_RHT_NULLS_HEAD(rhnull); in rht_bucket_nested()
1214 return __rht_bucket_nested(tbl, hash) ?: &rhnull; in rht_bucket_nested()

Completed in 4 milliseconds