Searched refs:vm_map_entry_deallocate (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/vm/
H A Dvm_map.c133 static void vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map);
527 vm_map_entry_deallocate(entry, FALSE);
2965 vm_map_entry_deallocate(vm_map_entry_t entry, boolean_t system_map) function
2992 vm_map_entry_deallocate(entry, map->system_map);
3047 vm_map_entry_deallocate(entry, TRUE);

Completed in 65 milliseconds