1SET_PAGEBLOCK_FLAGS_(9) Memory Management in Linux SET_PAGEBLOCK_FLAGS_(9)
2
3
4
6 set_pageblock_flags_group - Set the requested group of flags for a
7 pageblock_nr_pages block of pages
8
10 void set_pageblock_flags_group(struct page * page, unsigned long flags,
11 int start_bitidx, int end_bitidx);
12
14 page
15 The page within the block of interest
16
17 flags
18 The flags to set
19
20 start_bitidx
21 The first bit of interest
22
23 end_bitidx
24 The last bit of interest
25
27Kernel Hackers Manual 3.10 June 2019 SET_PAGEBLOCK_FLAGS_(9)