|
NAMEvm_map_sync —
push dirty pages to their pager
SYNOPSIS#include <sys/param.h>
#include <vm/vm.h>
#include <vm/vm_map.h>
int
DESCRIPTIONThevm_map_sync () function forces any dirty cached pages
in the range start to end within
the map to be pushed to their underlying pager.
If syncio is TRUE, dirty pages are written synchronously. If invalidate is TRUE, any cached pages are also freed. The range provided must be contiguous, it MUST NOT contain holes. The range provided MUST NOT contain any sub-map entries. RETURN VALUESThevm_map_sync () function returns
KERN_SUCCESS if successful.
Otherwise, SEE ALSOvm_map(9)AUTHORSThis manual page was written by Bruce M Simpson <bms@spc.org>.
Visit the GSP FreeBSD Man Page Interface. |