Home
last modified time | relevance | path

Searched refs:complete_work (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/kernel/module/
H A Ddups.c52 struct work_struct complete_work; member
101 kmod_req = container_of(work, struct kmod_dup_req, complete_work); in kmod_dup_request_complete()
134 INIT_WORK(&new_kmod_req->complete_work, kmod_dup_request_complete); in kmod_dup_request_exists_wait()
244 queue_work(system_wq, &kmod_req->complete_work); in kmod_dup_request_announce()
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dqueue.h96 struct work_struct complete_work; member
H A Dqueue.c405 INIT_WORK(&mq->complete_work, mmc_blk_mq_complete_work); in mmc_setup_queue()
523 * leaving a complete_work with nothing to do. Such a work item might in mmc_cleanup_queue()
526 flush_work(&mq->complete_work); in mmc_cleanup_queue()
H A Dblock.c2111 complete_work); in mmc_blk_mq_complete_work()
2144 * complete_work may still race with the dispatch of a following in mmc_blk_mq_req_done()
2150 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()
/kernel/linux/linux-6.6/drivers/mmc/core/
H A Dqueue.h94 struct work_struct complete_work; member
H A Dqueue.c386 INIT_WORK(&mq->complete_work, mmc_blk_mq_complete_work); in mmc_setup_queue()
508 * leaving a complete_work with nothing to do. Such a work item might in mmc_cleanup_queue()
511 flush_work(&mq->complete_work); in mmc_cleanup_queue()
H A Dblock.c2236 complete_work); in mmc_blk_mq_complete_work()
2269 * complete_work may still race with the dispatch of a following in mmc_blk_mq_req_done()
2275 queue_work(mq->card->complete_wq, &mq->complete_work); in mmc_blk_mq_req_done()
/kernel/linux/linux-5.10/fs/
H A Ddirect-io.c152 struct work_struct complete_work;/* deferred AIO completion */ member
320 struct dio *dio = container_of(work, struct dio, complete_work); in dio_aio_complete_work()
360 INIT_WORK(&dio->complete_work, dio_aio_complete_work); in dio_bio_end_aio()
362 &dio->complete_work); in dio_bio_end_aio()
/kernel/linux/linux-6.6/fs/
H A Ddirect-io.c150 struct work_struct complete_work;/* deferred AIO completion */ member
324 struct dio *dio = container_of(work, struct dio, complete_work); in dio_aio_complete_work()
365 INIT_WORK(&dio->complete_work, dio_aio_complete_work); in dio_bio_end_aio()
367 &dio->complete_work); in dio_bio_end_aio()
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci.h561 struct work_struct complete_work; /* Request completion work */ member
H A Dsdhci.c1528 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()
3177 complete_work); in sdhci_complete_work()
3222 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()
4764 INIT_WORK(&host->complete_work, sdhci_complete_work); in __sdhci_add_host()
/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci.h572 struct work_struct complete_work; /* Request completion work */ member
H A Dsdhci.c1550 queue_work(host->complete_wq, &host->complete_work); in sdhci_finish_mrq()
3196 complete_work); in sdhci_complete_work()
3243 queue_work(host->complete_wq, &host->complete_work); in sdhci_timeout_data_timer()
4807 INIT_WORK(&host->complete_work, sdhci_complete_work); in __sdhci_add_host()

Completed in 29 milliseconds