.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SAVEABLE" "9" "09 October 2005" "" ""
.SH NAME
saveable \- Determine whether a page should be cloned or not.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int saveable (struct zone * \fIzone\fB, unsigned long * \fIzone_pfn\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIzone\fB\fR
-- undescribed --
.TP
\fB\fIzone_pfn\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
We save a page if it's Reserved, and not in the range of pages
statically defined as 'unsaveable', or if it isn't reserved, and
isn't part of a free chunk of pages.