Searched refs:process_workqueue (Results 1 – 1 of 1) sorted by relevance
185 static struct workqueue_struct *process_workqueue; variable971 queue_work(process_workqueue, &process_work); in receive_from_sock()1691 if (process_workqueue) { in work_stop()1692 destroy_workqueue(process_workqueue); in work_stop()1693 process_workqueue = NULL; in work_stop()1706 process_workqueue = alloc_workqueue("dlm_process", WQ_HIGHPRI | WQ_BH | WQ_PERCPU, 0); in work_start()1707 if (!process_workqueue) { in work_start()1735 flush_workqueue(process_workqueue); in dlm_lowcomms_shutdown()