Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ti/wlcore/
Dwlcore.h472 struct mutex flush_mutex; member
Dtx.c1143 mutex_lock(&wl->flush_mutex); in wl1271_tx_flush()
1185 mutex_unlock(&wl->flush_mutex); in wl1271_tx_flush()
Dmain.c6453 mutex_init(&wl->flush_mutex); in wlcore_alloc_hw()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf.h424 struct mutex flush_mutex; member
Dqedf_io.c1637 mutex_lock(&qedf->flush_mutex); in qedf_flush_active_ios()
1844 mutex_unlock(&qedf->flush_mutex); in qedf_flush_active_ios()
Dqedf_main.c3308 mutex_init(&qedf->flush_mutex); in __qedf_probe()