Searched refs:process_workqueue (Results 1 – 1 of 1) sorted by relevance
185 static struct workqueue_struct *process_workqueue; variable969 queue_work(process_workqueue, &process_work); in receive_from_sock()1680 if (process_workqueue) { in work_stop()1681 destroy_workqueue(process_workqueue); in work_stop()1682 process_workqueue = NULL; in work_stop()1698 process_workqueue = alloc_ordered_workqueue("dlm_process", in work_start()1700 if (!process_workqueue) { in work_start()1728 flush_workqueue(process_workqueue); in dlm_lowcomms_shutdown()