Searched refs:complete_wq (Results 1 – 4 of 4) sorted by relevance
338 struct workqueue_struct *complete_wq; /* Private workqueue */ member
2159 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()2898 card->complete_wq = alloc_workqueue("mmc_complete", in mmc_blk_probe()2900 if (!card->complete_wq) { in mmc_blk_probe()2936 destroy_workqueue(card->complete_wq); in mmc_blk_probe()2957 destroy_workqueue(card->complete_wq); in mmc_blk_remove()
559 struct workqueue_struct *complete_wq; /* Request completion wq */ member
1514 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()3163 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()4704 host->complete_wq = alloc_workqueue("sdhci", flags, 0); in __sdhci_add_host()4705 if (!host->complete_wq) in __sdhci_add_host()4755 destroy_workqueue(host->complete_wq); in __sdhci_add_host()4817 destroy_workqueue(host->complete_wq); in sdhci_remove_host()