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