Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/vm/
H A Dvm_resident.c8322 int i, cindx, sindx, eindx; in hibernate_rebuild_vm_structs() local
8350 for (cindx = hibernate_teardown_last_valid_compact_indx; cindx >= 0; cindx--) { in hibernate_rebuild_vm_structs()
8351 mem = &vm_pages[cindx]; in hibernate_rebuild_vm_structs()