Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Danon.h238 kmutex_t serial_lock; /* serialize array chunk allocation */ member
H A Dvm_anon.c300 mutex_init(&ahp->serial_lock, NULL, MUTEX_DEFAULT, NULL); in anon_create()
372 mutex_destroy(&ahp->serial_lock); in anon_release()
492 mutex_enter(&ahp->serial_lock); in anon_set_ptr()
497 mutex_exit(&ahp->serial_lock); in anon_set_ptr()
501 mutex_exit(&ahp->serial_lock); in anon_set_ptr()
3581 mutex_enter(&ahp->serial_lock); in anon_get_slot()
3585 mutex_exit(&ahp->serial_lock); in anon_get_slot()