other versions
SET_PFNBLOCK_FLAGS_M(9) | Memory Management in Linux | SET_PFNBLOCK_FLAGS_M(9) |
NAME¶
set_pfnblock_flags_mask - Set the requested group of flags for a pageblock_nr_pages block of pages
SYNOPSIS¶
void set_pfnblock_flags_mask(struct page * page, unsigned long flags, unsigned long pfn, unsigned long end_bitidx, unsigned long mask);
ARGUMENTS¶
struct page * page
The page within the block of interest
unsigned long flags
The flags to set
unsigned long pfn
The target page frame number
unsigned long end_bitidx
The last bit of interest
unsigned long mask
mask of bits that the caller is interested in
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.11 |