Lines Matching defs:advice
101 int advice;
387 &npages, 0, access_type, umap->advice, flags | PGO_NOBLOCKALLOC |
482 ubc_alloc(struct uvm_object *uobj, voff_t offset, vsize_t *lenp, int advice,
567 umap->advice = advice;
593 &npages, 0, VM_PROT_READ | VM_PROT_WRITE, advice, gpflags);
740 ubc_uiomove(struct uvm_object *uobj, struct uio *uio, vsize_t todo, int advice,
767 return ubc_uiomove_direct(uobj, uio, todo, advice, flags);
778 win = ubc_alloc(uobj, off, &bytelen, advice, flags, pgs,
846 int advice, int flags, struct vm_page **pgs, int *npages)
883 npages, 0, access_type, advice, gpflags);
980 ubc_uiomove_direct(struct uvm_object *uobj, struct uio *uio, vsize_t todo, int advice,
997 error = ubc_alloc_direct(uobj, off, &bytelen, advice, flags,