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

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1611 int nonecnt, defcnt, allcnt; local
1625 allcnt = 1 + popc(content ^ CC_CONTENT_ALL);
1627 if (defcnt <= nonecnt && defcnt <= allcnt) {
1635 } else if (allcnt < nonecnt) {

Completed in 62 milliseconds