Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_shared_region_xnu.h213 uint_t sr_next_auth_section; /* used while filling in sr_auth_section */ member
H A Dvm_shared_region.c872 shared_region->sr_next_auth_section = 0; in vm_shared_region_create()
2670 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()
2676 sr->sr_auth_section[sr->sr_next_auth_section++] = si; in vm_shared_region_slide_mapping()