Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dcore.c189 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
211 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_add_async_event()
1399 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()
1483 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
Dnvmet.h203 struct work_struct async_event_work; member
Dadmin-cmd.c991 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_execute_async_event()
/Linux-v6.1/drivers/nvme/host/
Dcore.c1572 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_enable_aen()
4641 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()
4713 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_fw_act_work()
4809 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event()
4921 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl()
5027 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()
Dnvme.h317 struct work_struct async_event_work; member
Drdma.c807 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_rdma_destroy_admin_queue()
1158 flush_work(&ctrl->ctrl.async_event_work); in nvme_rdma_error_recovery_work()
Dtcp.c1699 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue()
2133 flush_work(&ctrl->async_event_work); in nvme_tcp_error_recovery_work()
Dfc.c2199 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()