Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c326 #define SFMMU_NUM_LOCK 128 /* must be power of two */ macro
327 hatlock_t hat_lock[SFMMU_NUM_LOCK];
346 &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)])
348 #define TSB_HASH(sfmmup) &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)]
1445 for (i = 0; i < SFMMU_NUM_LOCK; i++) in hat_lock_init()
10840 for (i = 0; i < SFMMU_NUM_LOCK; i++) in sfmmu_hat_lock_all()
10848 for (i = SFMMU_NUM_LOCK - 1; i >= 0; i--) in sfmmu_hat_unlock_all()