Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/vm/
H A Dhment.c105 #define MLIST_NUM_LOCK 2048 /* must be power of two */ macro
113 (MLIST_NUM_LOCK - 1)]
645 mlist_lock = kmem_zalloc(MLIST_NUM_LOCK * sizeof (kmutex_t), KM_SLEEP); in hment_init()
653 for (i = 0; i < MLIST_NUM_LOCK; i++) in hment_init()