Searched refs:vm_map_links (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 191 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole() 196 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) l_next); in vm_map_delete_hole() 199 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry->vme_prev); in vm_map_delete_hole() 423 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_deletion() 471 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_deletion() 550 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_creation() 576 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation() 591 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation() 614 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
|
| H A D | vm_map.h | 205 struct vm_map_links { struct 261 struct vm_map_links links; /* links to other entries */ 518 struct vm_map_links links; /* first, last, min, max */ 585 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */ 592 struct vm_map_links* _holes; /* links all holes between entries */
|
| H A D | vm_map.c | 1130 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init() 1240 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_steal_memory() 1411 relocate(struct vm_map_links *, prev); in vm_map_relocate_early_elem() 1412 relocate(struct vm_map_links *, next); in vm_map_relocate_early_elem() 1484 struct vm_map_links *hole_entry = zalloc(vm_map_holes_zone); in vm_map_create_options() 1526 struct vm_map_links *hole = map->holes_list; in vm_map_adjust_offsets() 19677 struct vm_map_links *new_hole = zalloc(vm_map_holes_zone); in vm_map_set_max_addr()
|