Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dvub300.c273 static struct workqueue_struct *cmndworkqueue; variable
388 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work()
390 * then the cmndworkqueue was not previously in vub300_queue_cmnd_work()
397 * the cmndworkqueue was already running from in vub300_queue_cmnd_work()
2431 cmndworkqueue = create_singlethread_workqueue("kvub300c"); in vub300_init()
2432 if (!cmndworkqueue) { in vub300_init()
2460 destroy_workqueue(cmndworkqueue); in vub300_init()
2468 flush_workqueue(cmndworkqueue); in vub300_exit()
2471 destroy_workqueue(cmndworkqueue); in vub300_exit()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dvub300.c273 static struct workqueue_struct *cmndworkqueue; variable
388 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work()
390 * then the cmndworkqueue was not previously in vub300_queue_cmnd_work()
397 * the cmndworkqueue was already running from in vub300_queue_cmnd_work()
2429 cmndworkqueue = create_singlethread_workqueue("kvub300c"); in vub300_init()
2430 if (!cmndworkqueue) { in vub300_init()
2458 destroy_workqueue(cmndworkqueue); in vub300_init()
2466 flush_workqueue(cmndworkqueue); in vub300_exit()
2469 destroy_workqueue(cmndworkqueue); in vub300_exit()

Completed in 7 milliseconds