Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dmem.c86 static kmutex_t mm_lock; variable
119 mutex_init(&mm_lock, NULL, MUTEX_DEFAULT, NULL); in mm_attach()
139 ksp->ks_lock = &mm_lock; /* XXX - not really needed */ in mm_attach()
244 mutex_enter(&mm_lock); in mmio()
281 mutex_exit(&mm_lock); in mmio()