Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c971 mutex_enter(&target->sft_mutex); in sf_detach()
980 mutex_enter(&ntarget->sft_mutex); in sf_detach()
987 mutex_exit(&ntarget->sft_mutex); in sf_detach()
989 mutex_exit(&target->sft_mutex); in sf_detach()
1033 mutex_enter(&target->sft_mutex); in sf_detach()
1041 mutex_enter(&ntarget->sft_mutex); in sf_detach()
1048 mutex_exit(&ntarget->sft_mutex); in sf_detach()
1050 mutex_exit(&target->sft_mutex); in sf_detach()
1305 mutex_enter(&target->sft_mutex); in sf_scsi_tgt_init()
1317 mutex_exit(&target->sft_mutex); in sf_scsi_tgt_init()
[all …]
/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h203 kmutex_t sft_mutex; member