uvm_page.c | 1079 * uvm_pagealloc_pgfl: helper routine for uvm_pagealloc_strat that allocates 1086 uvm_pagealloc_pgfl(struct uvm_cpu *ucpu, int f, int *trycolorp, int flags) function in typeref:struct:vm_page * 1180 pg = uvm_pagealloc_pgfl(ucpu, lcv, &color, flags); 1196 pg = uvm_pagealloc_pgfl(ucpu, free_list, &color, flags);
|