Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mmc/
Dcard.h311 struct workqueue_struct *complete_wq; /* Private workqueue */ member
/Linux-v5.4/drivers/mmc/host/
Dsdhci.c1279 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()
2785 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()
4278 host->complete_wq = alloc_workqueue("sdhci", flags, 0); in __sdhci_add_host()
4279 if (!host->complete_wq) in __sdhci_add_host()
4328 destroy_workqueue(host->complete_wq); in __sdhci_add_host()
4390 destroy_workqueue(host->complete_wq); in sdhci_remove_host()
Dsdhci.h559 struct workqueue_struct *complete_wq; /* Request completion wq */ member
/Linux-v5.4/drivers/mmc/core/
Dblock.c2109 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()
2916 card->complete_wq = alloc_workqueue("mmc_complete", in mmc_blk_probe()
2918 if (unlikely(!card->complete_wq)) { in mmc_blk_probe()
2986 destroy_workqueue(card->complete_wq); in mmc_blk_remove()