Searched refs:io_workqueue (Results 1 – 1 of 1) sorted by relevance
184 static struct workqueue_struct *io_workqueue; variable222 queue_work(io_workqueue, &con->swork); in lowcomms_queue_swork()233 queue_work(io_workqueue, &con->rwork); in lowcomms_queue_rwork()545 queue_work(io_workqueue, &listen_con.rwork); in lowcomms_listen_data_ready()806 flush_workqueue(io_workqueue); in shutdown_connection()1528 queue_work(io_workqueue, &con->rwork); in process_recv_sockets()1647 queue_work(io_workqueue, &con->swork); in process_send_sockets()1666 queue_work(io_workqueue, &con->swork); in process_send_sockets()1686 if (io_workqueue) { in work_stop()1687 destroy_workqueue(io_workqueue); in work_stop()[all …]