Searched refs:async_event_work (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/nvme/target/ |
D | core.c | 192 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work() 214 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_add_async_event() 1403 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl() 1487 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
|
D | nvmet.h | 203 struct work_struct async_event_work; member
|
D | admin-cmd.c | 978 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_execute_async_event()
|
/linux-6.6.21/drivers/nvme/host/ |
D | core.c | 1617 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_enable_aen() 4070 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work() 4144 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_fw_act_work() 4236 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event() 4368 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl() 4476 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()
|
D | nvme.h | 337 struct work_struct async_event_work; member
|
D | rdma.c | 772 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_rdma_destroy_admin_queue() 1125 flush_work(&ctrl->ctrl.async_event_work); in nvme_rdma_error_recovery_work()
|
D | tcp.c | 1729 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue() 2120 flush_work(&ctrl->async_event_work); in nvme_tcp_error_recovery_work()
|
D | fc.c | 2205 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()
|