Searched refs:subhash (Results 1 – 1 of 1) sorted by relevance
1186 unsigned int subhash = hash; in rht_bucket_nested() local1191 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()