Searched refs:pageblock_flags (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dmmzone.h861 unsigned long *pageblock_flags; member in struct:zone
1792 unsigned long pageblock_flags[0]; member in struct:mem_section_usage
1847 return ms->usage->pageblock_flags;
/linux-master/mm/
H A Dmm_init.c1445 zone->pageblock_flags = NULL;
1447 zone->pageblock_flags =
1450 if (!zone->pageblock_flags)
H A Dpage_alloc.c351 return page_zone(page)->pageblock_flags;

Completed in 214 milliseconds