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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h49 #define MTYPE_RELOC 0 macro
52 #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]
[all...]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c1498 ASSERT(mtype == MTYPE_RELOC);

Completed in 66 milliseconds