Searched refs:htabslots (Results 1 – 1 of 1) sorted by relevance
2190 int htabslots = HTAB_SIZE(spapr) / HASH_PTE_SIZE_64; in htab_save_first_pass() local2200 while ((index < htabslots) in htab_save_first_pass()2208 while ((index < htabslots) && (index - chunkstart < USHRT_MAX) in htab_save_first_pass()2224 } while ((index < htabslots) && !migration_rate_exceeded(f)); in htab_save_first_pass()2226 if (index >= htabslots) { in htab_save_first_pass()2227 assert(index == htabslots); in htab_save_first_pass()2238 int htabslots = HTAB_SIZE(spapr) / HASH_PTE_SIZE_64; in htab_save_later_pass() local2249 while ((index < htabslots) in htab_save_later_pass()2257 while ((index < htabslots) && (index - chunkstart < USHRT_MAX) in htab_save_later_pass()2267 while ((index < htabslots) && (index - invalidstart < USHRT_MAX) in htab_save_later_pass()[all …]