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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c115 #define HASH_NUM_LOCK 2048 /* must be power of two */ macro
118 #define HASH_MUTEX(idx) &hash_lock[(idx) & (HASH_NUM_LOCK-1)]
647 hash_lock = kmem_zalloc(HASH_NUM_LOCK * sizeof (kmutex_t), KM_SLEEP);
656 for (i = 0; i < HASH_NUM_LOCK; i++)

Completed in 57 milliseconds