Searched defs:REPL_STAT_INCR (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c4120 #define REPL_STAT_INCR(v) atomic_inc_32(&repl_page_stats.v) macro
4122 #define REPL_STAT_INCR(v) macro
4150 REPL_STAT_INCR(ngets);
4166 REPL_STAT_INCR(ngets_noreloc);
4170 REPL_STAT_INCR(npgr_noreloc);
4243 REPL_STAT_INCR(nhashout);
4262 REPL_STAT_INCR(nnofree);
4275 REPL_STAT_INCR(nhashout);
4324 REPL_STAT_INCR(nhashout);
4385 REPL_STAT_INCR(nnext_p
[all...]

Completed in 264 milliseconds