tmpent 1677 uvm/uvm_map.c struct vm_map_entry *tmpent = newents;
tmpent 1681 uvm/uvm_map.c while (tmpent) {
tmpent 1683 uvm/uvm_map.c if (tmpent->start < cur)
tmpent 1685 uvm/uvm_map.c if (tmpent->start > tmpent->end || tmpent->end > end) {
tmpent 1687 uvm/uvm_map.c tmpent->start, tmpent->end, end);
tmpent 1690 uvm/uvm_map.c cur = tmpent->end;
tmpent 1691 uvm/uvm_map.c if (tmpent->next) {
tmpent 1692 uvm/uvm_map.c if (tmpent->next->prev != tmpent)
tmpent 1695 uvm/uvm_map.c if (newents->prev != tmpent)
tmpent 1698 uvm/uvm_map.c tmpent = tmpent->next;