Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c325 #define SFMMU_NUM_LOCK 128 /* must be power of two */ macro
326 hatlock_t hat_lock[SFMMU_NUM_LOCK];
345 &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)])
347 #define TSB_HASH(sfmmup) &hat_lock[PTR_HASH(sfmmup) & (SFMMU_NUM_LOCK-1)]
1446 for (i = 0; i < SFMMU_NUM_LOCK; i++) in hat_lock_init()
11025 for (i = 0; i < SFMMU_NUM_LOCK; i++) in sfmmu_hat_lock_all()
11033 for (i = SFMMU_NUM_LOCK - 1; i >= 0; i--) in sfmmu_hat_unlock_all()