Searched refs:async_event_work (Results 1 – 5 of 5) sorted by relevance
186 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()208 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_add_async_event()1625 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()1746 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
276 struct work_struct async_event_work; member
1589 queue_work(nvmet_wq, &ctrl->async_event_work); in nvmet_execute_async_event()
2021 cancel_work_sync(&ctrl->async_event_work); in nvme_tcp_free_admin_queue()2482 flush_work(&ctrl->async_event_work); in nvme_tcp_error_recovery_work()
2175 cancel_work_sync(&ctrl->ctrl.async_event_work); in nvme_fc_term_aen_ops()