Searched refs:tp_lock (Results 1 – 3 of 3) sorted by relevance
323 mutex_init(&tgt->tp_lock, NULL, MUTEX_DRIVER, NULL); in srpt_stp_alloc_port()397 mutex_destroy(&tgt->tp_lock); in srpt_stp_alloc_port()429 mutex_destroy(&tgt->tp_lock); in srpt_stp_free_port()462 mutex_enter(&tgt->tp_lock); in srpt_stp_destroy_port()465 mutex_exit(&tgt->tp_lock); in srpt_stp_destroy_port()471 mutex_exit(&tgt->tp_lock); in srpt_stp_destroy_port()486 mutex_enter(&tgt->tp_lock); in srpt_stp_destroy_port()488 cv_wait(&tgt->tp_offline_complete, &tgt->tp_lock); in srpt_stp_destroy_port()490 mutex_exit(&tgt->tp_lock); in srpt_stp_destroy_port()1072 mutex_enter(&tgt->tp_lock); in srpt_stp_ctl()[all …]
766 mutex_enter(&tgt->tp_lock); in srpt_ioc_port_active()786 mutex_exit(&tgt->tp_lock); in srpt_ioc_port_active()845 mutex_enter(&tgt->tp_lock); in srpt_ioc_port_down()873 mutex_exit(&tgt->tp_lock); in srpt_ioc_port_down()
267 kmutex_t tp_lock; member