Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/mmc/
Dcard.h315 struct workqueue_struct *complete_wq; /* Private workqueue */ member
/Linux-v5.10/drivers/mmc/host/
Dsdhci.h555 struct workqueue_struct *complete_wq; /* Request completion wq */ member
Dsdhci.c1514 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()
3152 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()
4685 host->complete_wq = alloc_workqueue("sdhci", flags, 0); in __sdhci_add_host()
4686 if (!host->complete_wq) in __sdhci_add_host()
4736 destroy_workqueue(host->complete_wq); in __sdhci_add_host()
4798 destroy_workqueue(host->complete_wq); in sdhci_remove_host()
/Linux-v5.10/drivers/mmc/core/
Dblock.c2079 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()
2886 card->complete_wq = alloc_workqueue("mmc_complete", in mmc_blk_probe()
2888 if (unlikely(!card->complete_wq)) { in mmc_blk_probe()
2956 destroy_workqueue(card->complete_wq); in mmc_blk_remove()