uvm_map.c | 1185 prev_entry = uvm_map_findspace(map, start, size, &start, 1209 "<- uvm_map_findspace failed!", 0,0,0,0); 1242 * the virtual address is found (with uvm_map_findspace). the 1854 " (uvm_map_findspace line %d)", 1866 * uvm_map_findspace: find "length" sized space in "map". 1879 uvm_map_findspace(struct vm_map *map, vaddr_t hint, vsize_t length, function in typeref:struct:vm_map_entry * 1973 * The uvm_map_findspace algorithm is monotonic -- for
|