Searched refs:hang_workqueue (Results 1 – 2 of 2) sorted by relevance
355 static struct workqueue_struct *hang_workqueue; variable404 queue_work(hang_workqueue, &hang_work); in woal_process_hang()8653 hang_workqueue = create_workqueue("MOAL_HANG_WORKQ");8656 hang_workqueue = alloc_workqueue("MOAL_HANG_WORK_QUEUE",8660 hang_workqueue = create_workqueue("MOAL_HANG_WORK_QUEUE");8840 if (hang_workqueue) {8841 flush_workqueue(hang_workqueue);8842 destroy_workqueue(hang_workqueue);8843 hang_workqueue = NULL;
883 static struct workqueue_struct *hang_workqueue; variable1116 queue_work(hang_workqueue, &hang_work);11720 hang_workqueue = create_workqueue("MOAL_HANG_WORKQ");11723 hang_workqueue =11727 hang_workqueue = create_workqueue("MOAL_HANG_WORK_QUEUE");11956 if (hang_workqueue) {11957 flush_workqueue(hang_workqueue);11958 destroy_workqueue(hang_workqueue);11959 hang_workqueue = NULL;