temp_entry       2285 uvm/uvm_map.c  	struct vm_map_entry *entry, *temp_entry;
temp_entry       2304 uvm/uvm_map.c  	if (uvm_map_lookup_entry(map, start, &temp_entry)) {
temp_entry       2305 uvm/uvm_map.c  		entry = temp_entry;
temp_entry       2308 uvm/uvm_map.c  		entry = temp_entry->next;
temp_entry       2331 uvm/uvm_map.c  	struct vm_map_entry *entry, *temp_entry;
temp_entry       2338 uvm/uvm_map.c  	if (uvm_map_lookup_entry(map, start, &temp_entry)) {
temp_entry       2339 uvm/uvm_map.c  		entry = temp_entry;
temp_entry       2342 uvm/uvm_map.c  		entry = temp_entry->next;