Searched refs:new_entry_creation (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm_map_store_rb.h | 43 void update_first_free_rb(struct _vm_map*, struct vm_map_entry*, boolean_t new_entry_creation);
|
| H A D | vm_map_store.h | 158 …_map_store_update_first_free( struct _vm_map*, struct vm_map_entry*, boolean_t new_entry_creation);
|
| H A D | vm_map_store.c | 234 …ore_update_first_free( vm_map_t map, vm_map_entry_t first_free_entry, boolean_t new_entry_creation) in vm_map_store_update_first_free() argument 239 update_first_free_rb(map, first_free_entry, new_entry_creation); in vm_map_store_update_first_free()
|
| H A D | vm_map_store_rb.c | 647 update_first_free_rb(vm_map_t map, vm_map_entry_t entry, boolean_t new_entry_creation) in update_first_free_rb() argument 683 if (new_entry_creation) { in update_first_free_rb()
|