oldent 1651 uvm/uvm_map.c struct vm_map_entry *oldent, *last; oldent 1659 uvm/uvm_map.c if (!uvm_map_lookup_entry(map, start, &oldent)) { oldent 1667 uvm/uvm_map.c if (oldent->start != start || oldent->end != end || oldent 1668 uvm/uvm_map.c oldent->object.uvm_obj != NULL || oldent->aref.ar_amap != NULL) { oldent 1715 uvm/uvm_map.c if (map->first_free == oldent) oldent 1718 uvm/uvm_map.c last->next = oldent->next; oldent 1722 uvm/uvm_map.c uvm_rb_remove(map, oldent); oldent 1724 uvm/uvm_map.c newents->prev = oldent->prev; oldent 1742 uvm/uvm_map.c SAVE_HINT(map, map->hint, oldent->prev); oldent 1743 uvm/uvm_map.c if (map->first_free == oldent) oldent 1744 uvm/uvm_map.c map->first_free = oldent->prev; oldent 1747 uvm/uvm_map.c uvm_map_entry_unlink(map, oldent); oldent 1757 uvm/uvm_map.c uvm_mapent_free(oldent);