Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.c819 struct mtx *my_mutex = ((type == TWS_REQ_TYPE_SCSI_IO) ? &sc->q_lock : &sc->gen_lock); in tws_get_request() local
822 mtx_lock(my_mutex); in tws_get_request()
847 mtx_unlock(my_mutex); in tws_get_request()