Lines Matching refs:send_workqueue
183 static struct workqueue_struct *send_workqueue; variable
533 queue_work(send_workqueue, &con->swork); in lowcomms_write_space()
544 queue_work(send_workqueue, &con->swork); in lowcomms_write_space()
551 queue_work(send_workqueue, &con->swork); in lowcomms_connect_sock()
661 queue_work(send_workqueue, &con->swork); in lowcomms_error_report()
1364 queue_work(send_workqueue, &con->swork); in _dlm_lowcomms_commit_msg()
1487 queue_work(send_workqueue, &con->swork); in send_to_sock()
1655 if (send_workqueue) { in work_stop()
1656 destroy_workqueue(send_workqueue); in work_stop()
1657 send_workqueue = NULL; in work_stop()
1669 send_workqueue = alloc_ordered_workqueue("dlm_send", WQ_MEM_RECLAIM); in work_start()
1670 if (!send_workqueue) { in work_start()
1697 if (send_workqueue) in dlm_lowcomms_shutdown()
1698 flush_workqueue(send_workqueue); in dlm_lowcomms_shutdown()
1762 if (send_workqueue) in work_flush()
1763 flush_workqueue(send_workqueue); in work_flush()