Searched refs:complete_wq (Results 1 – 4 of 4) sorted by relevance
344 struct workqueue_struct *complete_wq; /* Private workqueue */ member
2275 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()3020 card->complete_wq = alloc_workqueue("mmc_complete", in mmc_blk_probe()3022 if (!card->complete_wq) { in mmc_blk_probe()3058 destroy_workqueue(card->complete_wq); in mmc_blk_probe()3078 destroy_workqueue(card->complete_wq); in mmc_blk_remove()
572 struct workqueue_struct *complete_wq; /* Request completion wq */ member
1550 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()3246 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()4812 host->complete_wq = alloc_workqueue("sdhci", flags, 0); in __sdhci_add_host()4813 if (!host->complete_wq) in __sdhci_add_host()4863 destroy_workqueue(host->complete_wq); in __sdhci_add_host()4925 destroy_workqueue(host->complete_wq); in sdhci_remove_host()