'\" t .\" Title: set_pfnblock_flags_mask .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Memory Management in Linux .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SET_PFNBLOCK_FLAGS_M" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Memory Management in Linux" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" set_pfnblock_flags_mask \- Set the requested group of flags for a pageblock_nr_pages block of pages .SH "SYNOPSIS" .HP \w'void\ set_pfnblock_flags_mask('u .BI "void set_pfnblock_flags_mask(struct\ page\ *\ " "page" ", unsigned\ long\ " "flags" ", unsigned\ long\ " "pfn" ", unsigned\ long\ " "end_bitidx" ", unsigned\ long\ " "mask" ");" .SH "ARGUMENTS" .PP \fIpage\fR .RS 4 The page within the block of interest .RE .PP \fIflags\fR .RS 4 The flags to set .RE .PP \fIpfn\fR .RS 4 The target page frame number .RE .PP \fIend_bitidx\fR .RS 4 The last bit of interest .RE .PP \fImask\fR .RS 4 mask of bits that the caller is interested in .RE .SH "COPYRIGHT" .br