Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Danon.h238 kmutex_t serial_lock; /* serialize array chunk allocation */ member
H A Dvm_anon.c301 mutex_init(&ahp->serial_lock, NULL, MUTEX_DEFAULT, NULL); in anon_create()
373 mutex_destroy(&ahp->serial_lock); in anon_release()
493 mutex_enter(&ahp->serial_lock); in anon_set_ptr()
498 mutex_exit(&ahp->serial_lock); in anon_set_ptr()
502 mutex_exit(&ahp->serial_lock); in anon_set_ptr()
3582 mutex_enter(&ahp->serial_lock); in anon_get_slot()
3586 mutex_exit(&ahp->serial_lock); in anon_get_slot()