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 …]
1258 head_entry = hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_disable_hole_optimization()1274 map->holes_list = NULL; in vm_map_disable_hole_optimization()1388 result->holes_list = result->hole_hint = hole_entry; in vm_map_create_options()1782 hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_find_space()1867 if (entry == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_find_space()2502 hole_entry = CAST_TO_VM_MAP_ENTRY(map->holes_list); in vm_map_enter()2525 } while (hole_entry != CAST_TO_VM_MAP_ENTRY(map->holes_list)); in vm_map_enter()2655 if (entry == CAST_TO_VM_MAP_ENTRY(map->holes_list)) { in vm_map_enter()11060 hole_entry = CAST_TO_VM_MAP_ENTRY(dst_map->holes_list); in vm_map_copyout_internal()11125 if (last == CAST_TO_VM_MAP_ENTRY(dst_map->holes_list)) { in vm_map_copyout_internal()[all …]
517 #define holes_list f_s._holes macro