HomeSort by: relevance | last modified time | path
    Searched defs:uvm_map_findspace (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/uvm/
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

Completed in 15 milliseconds