Searched refs:vm_pageout_flush (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/vm/
H A Dvm_pageout.h105 int vm_pageout_flush(vm_page_t *, int, int, int, int *, boolean_t *);
H A Dvm_contig.c150 vm_pageout_flush(&m_tmp, 1, VM_PAGER_PUT_SYNC, 0,
H A Dvm_pageout.c448 return (vm_pageout_flush(&mc[page_base], pageout_count, 0, 0, NULL,
453 * vm_pageout_flush() - launder the given pages
467 vm_pageout_flush(vm_page_t *mc, int count, int flags, int mreq, int *prunlen, function
490 ("vm_pageout_flush: partially invalid page %p index %d/%d",
507 ("vm_pageout_flush: page %p is not write protected", mt));
H A Dvm_object.c878 * written, vm_pageout_flush() returns 0 as the run
937 vm_pageout_flush(ma, count, pagerflags, mreq, &runlen, eio);

Completed in 106 milliseconds