Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dvub300.c273 static struct workqueue_struct *cmndworkqueue; variable
389 if (queue_work(cmndworkqueue, &vub300->cmndwork)) { in vub300_queue_cmnd_work()
2433 cmndworkqueue = create_singlethread_workqueue("kvub300c"); in vub300_init()
2434 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()