Home
last modified time | relevance | path

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

/Linux-v4.19/lib/
Drhashtable.c1186 unsigned int subhash = hash; in rht_bucket_nested() local
1191 subhash >>= tbl->nest; in rht_bucket_nested()
1194 index = subhash & ((1 << shift) - 1); in rht_bucket_nested()
1198 subhash >>= shift; in rht_bucket_nested()
1204 return &ntbl[subhash].bucket; in rht_bucket_nested()