Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c248 kmutex_t asy_glob_lock; /* lock protecting global data manipulation */ variable
487 mutex_init(&asy_glob_lock, NULL, MUTEX_DRIVER, NULL); in _init()
489 mutex_destroy(&asy_glob_lock); in _init()
513 mutex_destroy(&asy_glob_lock); in _fini()
1437 mutex_enter(&asy_glob_lock); in asyattach()
1455 mutex_exit(&asy_glob_lock); in asyattach()