Home
last modified time | relevance | path

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

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