Searched refs:hub_wq (Results 1 – 1 of 1) sorted by relevance
85 static struct workqueue_struct *hub_wq; variable727 if (queue_work(hub_wq, &hub->events)) in kick_hub_wq()6081 hub_wq = alloc_workqueue("usb_hub_wq", WQ_FREEZABLE | WQ_PERCPU, 0); in usb_hub_init()6082 if (hub_wq) in usb_hub_init()6094 destroy_workqueue(hub_wq); in usb_hub_cleanup()