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

/netbsd-current/sys/uvm/
H A Duvm_map.c2529 struct vm_map_entry *oldent, *last; local
2537 if (!uvm_map_lookup_entry(map, start, &oldent)) {
2545 if (end < oldent->end) {
2546 UVM_MAP_CLIP_END(map, oldent, end);
2548 if (oldent->start != start || oldent->end != end ||
2549 oldent->object.uvm_obj != NULL || oldent->aref.ar_amap != NULL) {
2604 if (map->first_free == oldent)
2607 last->next = oldent
[all...]

Completed in 135 milliseconds