Searched refs:disco_q (Results 1 – 5 of 5) sorted by relevance
188 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()
139 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()
56 drain_workqueue(ha->disco_q); in __sas_drain_work()
529 queue_work(ha->disco_q, &sw->work); in sas_chain_work()
381 struct workqueue_struct *disco_q; member