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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_seg.c94 uint_t p_active; /* active count */ member in struct:seg_pcache
438 if (pcp->p_active) {
501 if (pcp->p_active == UINT_MAX) {
504 pcp->p_active++;
571 ASSERT(pcp->p_active);
586 pcp->p_active--;
587 if (pcp->p_active == 0 && (pmtx != NULL ||
637 if (!pcp->p_active && !IS_PCP_WIRED(pcp)) {
663 if (!pcp->p_active) {
858 pcp->p_active
[all...]

Completed in 61 milliseconds