Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/x86_64/
H A Dpmap.c702 int32_t cindx, eindx, rindx = 0; in pal_hib_rebuild_pmap_structs() local
707 for (cindx = pmap_teardown_last_valid_compact_indx; cindx >= 0; cindx--) { in pal_hib_rebuild_pmap_structs()
708 pv_h = &pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()
713 if (rindx != cindx) { in pal_hib_rebuild_pmap_structs()
718 pv_head_table[rindx] = pv_head_table[cindx]; in pal_hib_rebuild_pmap_structs()
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c9120 int i, cindx, sindx, eindx; in hibernate_rebuild_vm_structs() local
9148 for (cindx = hibernate_teardown_last_valid_compact_indx; cindx >= 0; cindx--) { in hibernate_rebuild_vm_structs()
9149 mem = vm_page_get(cindx); in hibernate_rebuild_vm_structs()