Searched refs:subhash (Results 1 – 1 of 1) sorted by relevance
1221 unsigned int subhash = hash; in __rht_bucket_nested() local1226 subhash >>= tbl->nest; in __rht_bucket_nested()1229 index = subhash & ((1 << shift) - 1); in __rht_bucket_nested()1233 subhash >>= shift; in __rht_bucket_nested()1239 return &ntbl[subhash].bucket; in __rht_bucket_nested()