Searched refs:vm_map_links (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 189 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole() 194 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) l_next); in vm_map_delete_hole() 197 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry->vme_prev); in vm_map_delete_hole() 421 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_deletion() 469 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_deletion() 548 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_creation() 574 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation() 589 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation() 612 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
|
| H A D | vm_map.h | 207 struct vm_map_links { struct 263 struct vm_map_links links; /* links to other entries */ 532 struct vm_map_links links; /* first, last, min, max */ 602 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */ 609 struct vm_map_links* _holes; /* links all holes between entries */ 718 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_HOLES, struct vm_map_links);
|
| H A D | vm_map.c | 1132 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init() 1246 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_steal_memory() 1417 relocate(struct vm_map_links *, prev); in vm_map_relocate_early_elem() 1418 relocate(struct vm_map_links *, next); in vm_map_relocate_early_elem() 1490 struct vm_map_links *hole_entry; in vm_map_create_options() 1533 struct vm_map_links *hole = map->holes_list; in vm_map_adjust_offsets() 20289 struct vm_map_links *new_hole; in vm_map_set_max_addr()
|