Searched refs:io_workqueue (Results 1 – 1 of 1) sorted by relevance
184 static struct workqueue_struct *io_workqueue; variable219 queue_work(io_workqueue, &con->swork); in lowcomms_queue_swork()230 queue_work(io_workqueue, &con->rwork); in lowcomms_queue_rwork()541 queue_work(io_workqueue, &listen_con.rwork); in lowcomms_listen_data_ready()802 flush_workqueue(io_workqueue); in shutdown_connection()1508 queue_work(io_workqueue, &con->rwork); in process_recv_sockets()1635 queue_work(io_workqueue, &con->swork); in process_send_sockets()1654 queue_work(io_workqueue, &con->swork); in process_send_sockets()1674 if (io_workqueue) { in work_stop()1675 destroy_workqueue(io_workqueue); in work_stop()[all …]