Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dcore.c193 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
215 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_add_async_event()
1586 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()
1702 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
H A Dnvmet.h268 struct work_struct async_event_work; member
H A Dadmin-cmd.c1598 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_execute_async_event()
/linux/drivers/nvme/host/
H A Dnvme.h355 struct work_struct async_event_work; member
H A Drdma.c772 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_rdma_destroy_admin_queue()
1129 flush_work(&ctrl->ctrl.async_event_work); in nvme_rdma_error_recovery_work()
H A Dtcp.c2012 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue()
2419 flush_work(&ctrl->async_event_work); in nvme_tcp_error_recovery_work()
H A Dfc.c2164 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()