Searched refs:eindx (Results 1 – 2 of 2) sorted by relevance
702 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local705 eindx = (int32_t)pmap_npages; in pal_hib_rebuild_pmap_structs()720 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()726 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()728 eindx = rindx; in pal_hib_rebuild_pmap_structs()
8294 hibernate_free_range(int sindx, int eindx) in hibernate_free_range() argument8299 while (sindx < eindx) { in hibernate_free_range()8322 int i, cindx, sindx, eindx; in hibernate_rebuild_vm_structs() local8339 eindx = vm_pages_count; in hibernate_rebuild_vm_structs()8346 for (i = hibernate_teardown_last_valid_compact_indx + 1; i < eindx; ++i) { in hibernate_rebuild_vm_structs()8378 hibernate_free_range(sindx + 1, eindx); in hibernate_rebuild_vm_structs()8380 eindx = sindx; in hibernate_rebuild_vm_structs()