Home
last modified time | relevance | path

Searched refs:vm_map_links (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.41.9/osfmk/vm/
H A Dvm_map_store_rb.c176 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole()
181 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) l_next); in vm_map_delete_hole()
184 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry->vme_prev); in vm_map_delete_hole()
408 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_deletion()
456 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_deletion()
535 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_creation()
561 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
576 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
599 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
H A Dvm_map_store.h71 struct vm_map_links { struct
90 struct vm_map_links links; /* first, last, min, max */ argument
H A Dvm_map.h233 struct vm_map_links links; /* links to other entries */
593 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */
600 struct vm_map_links* _holes; /* links all holes between entries */
706 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_HOLES, struct vm_map_links);
H A Dvm_map.c1162 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init()
1281 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_steal_memory()
1456 relocate(struct vm_map_links *, prev); in vm_map_relocate_early_elem()
1457 relocate(struct vm_map_links *, next); in vm_map_relocate_early_elem()
1526 struct vm_map_links *hole_entry; in vm_map_create_options()
1569 struct vm_map_links *hole = map->holes_list; in vm_map_adjust_offsets()
20716 struct vm_map_links *new_hole; in vm_map_set_max_addr()