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

/illumos-gate/usr/src/uts/common/vm/
H A Dhat_refmod.c45 kmutex_t hat_statlock; /* protects all hat statistics data */ variable
161 mutex_enter(&hat_statlock);
190 mutex_exit(&hat_statlock);
201 mutex_exit(&hat_statlock);
230 mutex_enter(&hat_statlock);
264 mutex_exit(&hat_statlock);
268 * be done after we've released hat_statlock.
287 mutex_enter(&hat_statlock);
304 mutex_exit(&hat_statlock);
315 mutex_enter(&hat_statlock);
[all...]

Completed in 57 milliseconds