/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 *
|
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);
|
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);
|