Searched refs:sr_num_auth_section (Results 1 – 2 of 2) sorted by relevance
213 uint_t sr_num_auth_section; /* num entries in sr_auth_section */ member
990 shared_region->sr_num_auth_section = 0; in vm_shared_region_create()1098 for (uint_t i = 0; i < shared_region->sr_num_auth_section; ++i) { in vm_shared_region_destroy()1109 assert(shared_region->sr_num_auth_section > 0); in vm_shared_region_destroy()1110 …kfree_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, shared_region->sr_au… in vm_shared_region_destroy()1112 shared_region->sr_num_auth_section = 0; in vm_shared_region_destroy()1365 for (i = 0; i < sr->sr_num_auth_section; ++i) { in vm_shared_region_auth_remap()2153 ++shared_region->sr_num_auth_section; in vm_shared_region_map_file()2156 if (shared_region->sr_num_auth_section > 0) { in vm_shared_region_map_file()2158 kalloc_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, in vm_shared_region_map_file()2798 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()