Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1539 sfmmup->sfmmu_rmstat = 0; in hat_alloc()
1942 if (sfmmup->sfmmu_rmstat) { in hat_free_end()
2239 if (hat->sfmmu_rmstat) in hat_do_memload()
2322 if (hat->sfmmu_rmstat) in hat_devload()
2461 if (hat->sfmmu_rmstat) in hat_do_memload_array()
6395 if (sfmmup != NULL && sfmmup->sfmmu_rmstat) { in sfmmu_ttesync()
8377 hat->sfmmu_rmstat++; in hat_stats_enable()
8388 hat->sfmmu_rmstat--; in hat_stats_disable()
H A Dhat_sfmmu.h684 uchar_t sfmmu_rmstat; /* refmod stats refcnt */ member