Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firmware/arm_scmi/
Dvirtio.c66 struct workqueue_struct *deferred_tx_wq; member
164 if (!vioch->is_rx && vioch->deferred_tx_wq) in scmi_vio_channel_cleanup_sync()
166 vioch->deferred_tx_wq = NULL; in scmi_vio_channel_cleanup_sync()
413 static void scmi_destroy_tx_workqueue(void *deferred_tx_wq) in scmi_destroy_tx_workqueue() argument
415 destroy_workqueue(deferred_tx_wq); in scmi_destroy_tx_workqueue()
431 if (tx && !vioch->deferred_tx_wq) { in virtio_chan_setup()
434 vioch->deferred_tx_wq = in virtio_chan_setup()
438 if (!vioch->deferred_tx_wq) in virtio_chan_setup()
442 vioch->deferred_tx_wq); in virtio_chan_setup()
781 if (vioch->deferred_tx_wq && (any_prefetched || pending)) in virtio_poll_done()
[all …]