Home
last modified time | relevance | path

Searched refs:hang_workqueue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c355 static struct workqueue_struct *hang_workqueue; variable
404 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;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.c883 static struct workqueue_struct *hang_workqueue; variable
1116 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;