Lines Matching refs:recv_workqueue
182 static struct workqueue_struct *recv_workqueue; variable
512 queue_work(recv_workqueue, &con->rwork); in lowcomms_data_ready()
520 queue_work(recv_workqueue, &listen_con.rwork); in lowcomms_listen_data_ready()
971 queue_work(recv_workqueue, &con->rwork); in receive_from_sock()
1127 queue_work(recv_workqueue, &addcon->rwork); in accept_from_sock()
1650 if (recv_workqueue) { in work_stop()
1651 destroy_workqueue(recv_workqueue); in work_stop()
1652 recv_workqueue = NULL; in work_stop()
1663 recv_workqueue = alloc_ordered_workqueue("dlm_recv", WQ_MEM_RECLAIM); in work_start()
1664 if (!recv_workqueue) { in work_start()
1672 destroy_workqueue(recv_workqueue); in work_start()
1673 recv_workqueue = NULL; in work_start()
1695 if (recv_workqueue) in dlm_lowcomms_shutdown()
1696 flush_workqueue(recv_workqueue); in dlm_lowcomms_shutdown()
1760 if (recv_workqueue) in work_flush()
1761 flush_workqueue(recv_workqueue); in work_flush()