Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libsas/
Dsas_port.c188 flush_workqueue(sas_ha->disco_q); in sas_form_port()
257 flush_workqueue(sas_ha->disco_q); in sas_deform_port()
287 flush_workqueue(phy->port->ha->disco_q); in sas_porte_broadcast_rcvd()
Dsas_init.c139 sas_ha->disco_q = create_singlethread_workqueue(name); in sas_register_ha()
140 if (!sas_ha->disco_q) in sas_register_ha()
180 destroy_workqueue(sas_ha->disco_q); in sas_unregister_ha()
Dsas_event.c56 drain_workqueue(ha->disco_q); in __sas_drain_work()
Dsas_discover.c529 queue_work(ha->disco_q, &sw->work); in sas_chain_work()
/Linux-v5.4/include/scsi/
Dlibsas.h381 struct workqueue_struct *disco_q; member