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

  /src/sys/rump/librump/rumpkern/
vm.c 174 uvm_pagealloc_strat(struct uvm_object *uobj, voff_t off, struct vm_anon *anon, function in typeref:struct:vm_page *
  /src/sys/uvm/
uvm_page.c 1079 * uvm_pagealloc_pgfl: helper routine for uvm_pagealloc_strat that allocates
1114 * uvm_pagealloc_strat: allocate vm_page from a particular free list.
1132 uvm_pagealloc_strat(struct uvm_object *obj, voff_t off, struct vm_anon *anon, function in typeref:struct:vm_page *
1237 panic("uvm_pagealloc_strat: bad strat %d", strat);

Completed in 14 milliseconds