.\" 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 "PAGE_REFERENCED" "9" "09 October 2005" "" ""
.SH NAME
page_referenced \- test if the page was referenced
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int page_referenced (struct page * \fIpage\fB, int \fIis_locked\fB, int \fIignore_token\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpage\fB\fR
the page to test
.TP
\fB\fIis_locked\fB\fR
caller holds lock on the page
.TP
\fB\fIignore_token\fB\fR
-- undescribed --
.SH "DESCRIPTION"
.PP
Quick test_and_clear_referenced for all mappings to a page,
returns the number of ptes which referenced the page.