Searched refs:send_workqueue (Results 1 – 1 of 1) sorted by relevance
159 static struct workqueue_struct *send_workqueue; variable428 queue_work(send_workqueue, &con->swork); in lowcomms_write_space()436 queue_work(send_workqueue, &con->swork); in lowcomms_connect_sock()1411 queue_work(send_workqueue, &con->swork); in dlm_lowcomms_commit_buffer()1563 destroy_workqueue(send_workqueue); in work_stop()1575 send_workqueue = alloc_workqueue("dlm_send", in work_start()1577 if (!send_workqueue) { in work_start()