Searched refs:SFMMU_NUM_LOCK (Results 1 – 1 of 1) sorted by relevance
325 #define SFMMU_NUM_LOCK 128 /* must be power of two */ macro326 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()