Home
last modified time | relevance | path

Searched refs:MTYPE_NORELOC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h51 #define MTYPE_NORELOC 1 macro
56 mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;
60 mtype = (flags & PG_NORELOC) ? MTYPE_NORELOC : MTYPE_RELOC;
431 atomic_add_long(&plcnt[mn][MTYPE_NORELOC].plc_mt_pgmax, cnt); \
503 plcnt[mn][MTYPE_NORELOC].plc_mt_clpgcnt + \
505 plcnt[mn][MTYPE_NORELOC].plc_mt_flpgcnt + \
507 plcnt[mn][MTYPE_NORELOC].plc_mt_lgpgcnt)
534 if (plcnt[mnode][MTYPE_NORELOC].plc_mt_pgmax == 0) { \
535 ASSERT(MNODETYPE_PGCNT(mnode, MTYPE_NORELOC) == 0 || \
536 plcnt[mnode][MTYPE_NORELOC].plc_mt_pgmax != 0); \
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c1534 ASSERT(mtype == MTYPE_NORELOC); in page_list_noreloc_startup()