Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h67 extern void plcnt_inc_dec(page_t *, int, int, long, int);
69 plcnt_inc_dec(pp, mtype, szc, 1l << PAGE_BSZS_SHIFT(szc), flags)
71 plcnt_inc_dec(pp, mtype, szc, \
H A Dvm_machdep.c1731 plcnt_inc_dec(page_t *pp, int mtype, int szc, long cnt, int flags) in plcnt_inc_dec() function