Searched refs:holes_list (Results 1 – 3 of 3) sorted by relevance
186 if (hole_entry == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_delete_hole()187 if (hole_entry->vme_next == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_delete_hole()188 map->holes_list = NULL; in vm_map_delete_hole()193 l_next = (vm_map_entry_t) map->holes_list->next; in vm_map_delete_hole()194 l_prev = (vm_map_entry_t) map->holes_list->prev; in vm_map_delete_hole()195 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole()228 if (map->holes_list == NULL) { in check_map_sanity()232 hole_entry = CAST_DOWN(vm_map_entry_t, map->holes_list); in check_map_sanity()242 if (hole_entry == CAST_DOWN(vm_map_entry_t, map->holes_list)) { in check_map_sanity()270 if (hole_entry == CAST_DOWN(vm_map_entry_t, map->holes_list)) { in check_map_sanity()[all …]
1267 head_entry = hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_disable_hole_optimization()1283 map->holes_list = NULL; in vm_map_disable_hole_optimization()1372 result->holes_list = result->hole_hint = hole_entry; in vm_map_create_options()1784 hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_find_space()1869 if (entry == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_find_space()2509 hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_enter()2532 } while (hole_entry != CAST_TO_VM_MAP_ENTRY(map->holes_list)); in vm_map_enter()2662 if (entry == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_enter()11057 hole_entry = CAST_TO_VM_MAP_ENTRY(dst_map->holes_list); in vm_map_copyout_internal()11122 if (last == CAST_TO_VM_MAP_ENTRY(dst_map->holes_list)) { in vm_map_copyout_internal()[all …]
508 #define holes_list f_s._holes macro