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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h339 pgcnt_t plc_mt_pgmax; /* max page cnt */ member in struct:__anon217
430 atomic_add_long(&plcnt[mn][MTYPE_NORELOC].plc_mt_pgmax, cnt); \
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, \
517 if (plcnt[mnode][mtype].plc_mt_pgmax == 0) { \
520 plcnt[mnode][mtype].plc_mt_pgmax != 0); \
532 if (plcnt[mnode][MTYPE_NORELOC].plc_mt_pgmax == 0) { \
534 plcnt[mnode][MTYPE_NORELOC].plc_mt_pgmax != 0); \

Completed in 58 milliseconds