Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Drhashtable.c1173 unsigned int subhash = hash; in __rht_bucket_nested() local
1178 subhash >>= tbl->nest; in __rht_bucket_nested()
1181 index = subhash & ((1 << shift) - 1); in __rht_bucket_nested()
1185 subhash >>= shift; in __rht_bucket_nested()
1191 return &ntbl[subhash].bucket; in __rht_bucket_nested()