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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h730 ulong_t scd_rttecnt[MMU_PAGE_SIZES]; member in struct:sf_scd
H A Dhat_sfmmu.c10018 * The scd_rttecnt field in the SCD must be updated to take account of the
10053 scdp->scd_rttecnt[rgnp->rgn_pgszc] +=
14900 new_scdp->scd_rttecnt[i] = 0;
14949 old_scdp->scd_rttecnt[i]);
14975 * Copy scd_rttecnt into sfmmup's sfmmu_scdrttecnt, and update
14979 sfmmup->sfmmu_scdrttecnt[i] = scdp->scd_rttecnt[i];
14980 ASSERT(sfmmup->sfmmu_ttecnt[i] >= scdp->scd_rttecnt[i]);
15090 /* Set scd_rttecnt for shme rgns in SCD */
15136 scdp->scd_rttecnt[i]);
15196 scdp->scd_rttecnt[
[all...]

Completed in 77 milliseconds