Searched refs:eindx (Results 1 – 2 of 2) sorted by relevance
706 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local709 eindx = (int32_t)pmap_npages; in pal_hib_rebuild_pmap_structs()724 if (rindx + 1 != eindx) { in pal_hib_rebuild_pmap_structs()730 bzero((char *)&pv_head_table[rindx + 1], (eindx - rindx - 1) * sizeof(struct pv_rooted_entry)); in pal_hib_rebuild_pmap_structs()732 eindx = rindx; in pal_hib_rebuild_pmap_structs()
8188 hibernate_free_range(int sindx, int eindx) in hibernate_free_range() argument8193 while (sindx < eindx) { in hibernate_free_range()8216 int i, cindx, sindx, eindx; in hibernate_rebuild_vm_structs() local8233 eindx = vm_pages_count; in hibernate_rebuild_vm_structs()8240 for (i = hibernate_teardown_last_valid_compact_indx + 1; i < eindx; ++i) { in hibernate_rebuild_vm_structs()8272 hibernate_free_range(sindx + 1, eindx); in hibernate_rebuild_vm_structs()8274 eindx = sindx; in hibernate_rebuild_vm_structs()