Home
last modified time | relevance | path

Searched refs:async_event_work (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/nvme/target/
Dcore.c186 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
208 schedule_work(&ctrl->async_event_work); in nvmet_add_async_event()
1330 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()
1422 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
Dnvmet.h188 struct work_struct async_event_work; member
Dadmin-cmd.c914 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
/Linux-v5.10/drivers/nvme/host/
Dnvme.h299 struct work_struct async_event_work; member
Dcore.c1455 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_enable_aen()
4217 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()
4341 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event()
4349 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl()
4436 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()
Drdma.c837 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_rdma_destroy_admin_queue()
Dtcp.c1597 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue()
Dfc.c2169 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()