Searched refs:get_pageblock_skip (Results 1 – 2 of 2) sorted by relevance
| /linux-4.1.27/include/linux/ | ||
| D | pageblock-flags.h | 90 #define get_pageblock_skip(page) \ macro |
| /linux-4.1.27/mm/ | ||
| D | compaction.c | 207 return !get_pageblock_skip(page); in isolation_suitable() |