Searched refs:pollworkqueue (Results 1 – 1 of 1) sorted by relevance
274 static struct workqueue_struct *pollworkqueue; variable 406 if (queue_delayed_work(pollworkqueue, &vub300->pollwork, delay)) { in vub300_queue_poll_work() 408 * then the pollworkqueue was not previously in vub300_queue_poll_work() 415 * the pollworkqueue was already running from in vub300_queue_poll_work() 2431 pollworkqueue = create_singlethread_workqueue("kvub300p"); in vub300_init() 2432 if (!pollworkqueue) { in vub300_init() 2452 destroy_workqueue(pollworkqueue); in vub300_init() 2463 flush_workqueue(pollworkqueue); in vub300_exit() 2466 destroy_workqueue(pollworkqueue); in vub300_exit()