Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Drhashtable.c1184 unsigned int subhash = hash; in __rht_bucket_nested() local
1189 subhash >>= tbl->nest; in __rht_bucket_nested()
1192 index = subhash & ((1 << shift) - 1); in __rht_bucket_nested()
1196 subhash >>= shift; in __rht_bucket_nested()
1202 return &ntbl[subhash].bucket; in __rht_bucket_nested()

Completed in 5 milliseconds