Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mmc/
H A Dcard.h319 struct workqueue_struct *complete_wq; /* Private workqueue */ member
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dblock.c2121 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()
2935 card->complete_wq = alloc_workqueue("mmc_complete", in mmc_blk_probe()
2937 if (unlikely(!card->complete_wq)) { in mmc_blk_probe()
3016 destroy_workqueue(card->complete_wq); in mmc_blk_remove()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci.c1517 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()
3172 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()
4705 host->complete_wq = alloc_workqueue("sdhci", flags, 0); in __sdhci_add_host()
4706 if (!host->complete_wq) in __sdhci_add_host()
4756 destroy_workqueue(host->complete_wq); in __sdhci_add_host()
4818 destroy_workqueue(host->complete_wq); in sdhci_remove_host()
H A Dsdhci.h557 struct workqueue_struct *complete_wq; /* Request completion wq */ member