Searched refs:MTYPE_RELOC (Results 1 – 2 of 2) sorted by relevance
49 #define MTYPE_RELOC 0 macro52 #define PP_2_MTYPE(pp) (PP_ISNORELOC(pp) ? MTYPE_NORELOC : MTYPE_RELOC)55 mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;59 mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;431 atomic_add_long(&plcnt[mn][MTYPE_RELOC].plc_mt_pgmax, -cnt); \450 atomic_add_long(&plcnt[_mn][MTYPE_RELOC].plc_mt_pgmax, \461 atomic_add_long(&plcnt[_mn][MTYPE_RELOC].plc_mt_pgmax, \500 (plcnt[mn][MTYPE_RELOC].plc_mt_clpgcnt + \502 plcnt[mn][MTYPE_RELOC].plc_mt_flpgcnt + \504 plcnt[mn][MTYPE_RELOC].plc_mt_lgpgcnt + \[all …]
1498 ASSERT(mtype == MTYPE_RELOC); in page_list_noreloc_startup()