other versions
- wheezy 3.2.78-1
SET_PAGEBLOCK_FLAGS_(9) | Memory Management in Linux | SET_PAGEBLOCK_FLAGS_(9) |
NAME¶
set_pageblock_flags_group - Set the requested group of flags for a pageblock_nr_pages block of pagesSYNOPSIS¶
void
set_pageblock_flags_group(struct page * page,
unsigned long flags,
int start_bitidx,
int end_bitidx);
ARGUMENTS¶
pageThe page within the block of interest
flags
The flags to set
start_bitidx
The first bit of interest
end_bitidx
The last bit of interest
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |