|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Macros | |
| #define | pageblock_order (MAX_ORDER-1) |
| #define | pageblock_nr_pages (1UL << pageblock_order) |
| #define | get_pageblock_flags(page) get_pageblock_flags_group(page, 0, PB_migrate_end) |
| #define | set_pageblock_flags(page, flags) |
Enumerations | |
| enum | pageblock_bits { PB_migrate, PB_migrate_end = PB_migrate + 3 - 1, NR_PAGEBLOCK_BITS } |
Functions | |
| unsigned long | get_pageblock_flags_group (struct page *page, int start_bitidx, int end_bitidx) |
| void | set_pageblock_flags_group (struct page *page, unsigned long flags, int start_bitidx, int end_bitidx) |
| #define get_pageblock_flags | ( | page | ) | get_pageblock_flags_group(page, 0, PB_migrate_end) |
Definition at line 83 of file pageblock-flags.h.
| #define pageblock_nr_pages (1UL << pageblock_order) |
Definition at line 60 of file pageblock-flags.h.
| #define pageblock_order (MAX_ORDER-1) |
Definition at line 56 of file pageblock-flags.h.
Definition at line 85 of file pageblock-flags.h.
| enum pageblock_bits |
Definition at line 29 of file pageblock-flags.h.
Definition at line 5521 of file page_alloc.c.
1.8.2