Lines Matching refs:send_workqueue
181 static struct workqueue_struct *send_workqueue; variable
515 queue_work(send_workqueue, &con->swork); in lowcomms_write_space()
526 queue_work(send_workqueue, &con->swork); in lowcomms_write_space()
535 queue_work(send_workqueue, &con->swork); in lowcomms_connect_sock()
646 queue_work(send_workqueue, &con->swork); in lowcomms_error_report()
1344 queue_work(send_workqueue, &con->swork); in _dlm_lowcomms_commit_msg()
1460 queue_work(send_workqueue, &con->swork); in send_to_sock()
1624 if (send_workqueue) { in work_stop()
1625 destroy_workqueue(send_workqueue); in work_stop()
1626 send_workqueue = NULL; in work_stop()
1638 send_workqueue = alloc_ordered_workqueue("dlm_send", WQ_MEM_RECLAIM); in work_start()
1639 if (!send_workqueue) { in work_start()
1666 if (send_workqueue) in dlm_lowcomms_shutdown()
1667 flush_workqueue(send_workqueue); in dlm_lowcomms_shutdown()
1731 if (send_workqueue) in work_flush()
1732 flush_workqueue(send_workqueue); in work_flush()