Searched refs:sr_num_auth_section (Results 1 – 2 of 2) sorted by relevance
869 shared_region->sr_num_auth_section = 0; in vm_shared_region_create()963 for (uint_t i = 0; i < shared_region->sr_num_auth_section; ++i) { in vm_shared_region_destroy()974 assert(shared_region->sr_num_auth_section > 0); in vm_shared_region_destroy()975 …kfree_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, shared_region->sr_au… in vm_shared_region_destroy()977 shared_region->sr_num_auth_section = 0; in vm_shared_region_destroy()1199 for (i = 0; i < sr->sr_num_auth_section; ++i) { in vm_shared_region_auth_remap()2032 ++shared_region->sr_num_auth_section; in vm_shared_region_map_file()2035 if (shared_region->sr_num_auth_section > 0) { in vm_shared_region_map_file()2037 kalloc_type(vm_shared_region_slide_info_t, shared_region->sr_num_auth_section, in vm_shared_region_map_file()2674 if (sr->sr_next_auth_section == sr->sr_num_auth_section) { in vm_shared_region_slide_mapping()
250 uint_t sr_num_auth_section; /* num entries in sr_auth_section */ member