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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h510 uint_t chp_count; member in struct:cpu_hme_pend
H A Dhat_sfmmu.c8954 cpuhp->chp_count = 0;
15409 if ((cpuhp->chp_count + count) == 0) {
15419 (cpuhp->chp_count + count) > cpu_hme_pend_thresh ||
15428 cpuhp->chp_count = 0;
15446 cpuhp->chp_count += count;
15633 ASSERT(cpuhp->chp_count > 0);
15634 cpuhp->chp_count--;

Completed in 77 milliseconds