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

  /src/sys/uvm/
uvm_map.c 286 uvm_mapent_alloc(struct vm_map *, int);
783 * uvm_mapent_alloc: allocate a map entry
787 uvm_mapent_alloc(struct vm_map *map, int flags) function in typeref:struct:vm_map_entry *
1003 new_entry = uvm_mapent_alloc(map, 0);
1032 new_entry = uvm_mapent_alloc(map, 0);
1086 new_entry = uvm_mapent_alloc(map, (flags & UVM_FLAG_NOWAIT));
1553 new_entry = uvm_mapent_alloc(map,
2867 newentry = uvm_mapent_alloc(dstmap, 0);
4423 new_entry = uvm_mapent_alloc(new_map, 0);

Completed in 15 milliseconds