Searched refs:my_mutex (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/tws/
H A Dtws.c822 struct mtx *my_mutex = ((type == TWS_REQ_TYPE_SCSI_IO) ? &sc->q_lock : &sc->gen_lock); local
825 mtx_lock(my_mutex);
850 mtx_unlock(my_mutex);

Completed in 85 milliseconds