Searched refs:MEMBLOCK_RSRV_NOINIT (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dmemblock.h43 * @MEMBLOCK_RSRV_NOINIT: memory region for which struct pages are
52 MEMBLOCK_RSRV_NOINIT = 0x10, /* don't initialize struct pages */ enumerator in enum:memblock_flags
271 return m->flags & MEMBLOCK_RSRV_NOINIT;
/linux-master/mm/
H A Dmemblock.c1037 * MEMBLOCK_RSRV_NOINIT which results in the struct pages not being initialized
1043 * %MEMBLOCK_RSRV_NOINIT.
1050 MEMBLOCK_RSRV_NOINIT);
2172 * the MEMBLOCK_RSRV_NOINIT flag set
2253 [ilog2(MEMBLOCK_RSRV_NOINIT)] = "RSV_NIT",

Completed in 123 milliseconds