Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dvub300.c274 static struct workqueue_struct *pollworkqueue; variable
408 if (queue_delayed_work(pollworkqueue, &vub300->pollwork, delay)) { in vub300_queue_poll_work()
410 * then the pollworkqueue was not previously in vub300_queue_poll_work()
417 * the pollworkqueue was already running from in vub300_queue_poll_work()
2437 pollworkqueue = create_singlethread_workqueue("kvub300p"); in vub300_init()
2438 if (!pollworkqueue) { in vub300_init()
2458 destroy_workqueue(pollworkqueue); in vub300_init()
2469 flush_workqueue(pollworkqueue); in vub300_exit()
2472 destroy_workqueue(pollworkqueue); in vub300_exit()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dvub300.c274 static struct workqueue_struct *pollworkqueue; variable
408 if (queue_delayed_work(pollworkqueue, &vub300->pollwork, delay)) { in vub300_queue_poll_work()
410 * then the pollworkqueue was not previously in vub300_queue_poll_work()
417 * the pollworkqueue was already running from in vub300_queue_poll_work()
2435 pollworkqueue = create_singlethread_workqueue("kvub300p"); in vub300_init()
2436 if (!pollworkqueue) { in vub300_init()
2456 destroy_workqueue(pollworkqueue); in vub300_init()
2467 flush_workqueue(pollworkqueue); in vub300_exit()
2470 destroy_workqueue(pollworkqueue); in vub300_exit()

Completed in 7 milliseconds