Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Dvub300.c277 static struct workqueue_struct *pollworkqueue; variable
411 if (queue_delayed_work(pollworkqueue, &vub300->pollwork, delay)) { in vub300_queue_poll_work()
2436 pollworkqueue = create_singlethread_workqueue("kvub300p"); in vub300_init()
2437 if (!pollworkqueue) { in vub300_init()
2457 destroy_workqueue(pollworkqueue); in vub300_init()
2468 flush_workqueue(pollworkqueue); in vub300_exit()
2471 destroy_workqueue(pollworkqueue); in vub300_exit()