Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_ioctl_lrp.c65 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
71 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
174 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
220 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
244 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
249 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
253 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
260 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
292 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
311 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lrioctl_termios()
[all …]
H A Doplmsu.c230 mutex_init(&oplmsu_uinst->l_lock, "lpath lock", MUTEX_DRIVER, NULL); in _init()
246 mutex_destroy(&oplmsu_uinst->l_lock); in _init()
263 mutex_destroy(&oplmsu_uinst->l_lock); in _fini()
412 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_detach()
416 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_detach()
595 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_close()
599 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
613 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
633 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_close()
849 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_lwsrv()
[all …]
H A Doplmsu_ioctl_uwp.c163 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
180 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
192 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
232 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
256 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
292 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_ipunlink()
413 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
417 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
429 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
454 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_uwioctl_termios()
[all …]
H A Doplmsu_cmn_func.c234 ASSERT(MUTEX_HELD(&oplmsu_uinst->l_lock)); in oplmsu_check_lpath_usable()
351 ASSERT(MUTEX_HELD(&oplmsu_uinst->l_lock)); in oplmsu_set_ioctl_path()
387 ASSERT(MUTEX_HELD(&oplmsu_uinst->l_lock)); in oplmsu_clear_ioctl_path()
506 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
511 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
520 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
523 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_search_min_stop_path()
606 ASSERT(MUTEX_HELD(&oplmsu_uinst->l_lock)); in oplmsu_cmn_putxoff_standby()
759 mutex_enter(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcall()
777 mutex_exit(&oplmsu_uinst->l_lock); in oplmsu_cmn_bufcall()
[all …]
/titanic_41/usr/src/uts/sun4u/opl/sys/oplmsu/
H A Doplmsu.h277 kmutex_t l_lock; member