Searched refs:async_event_work (Results 1 – 5 of 5) sorted by relevance
108 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()149 schedule_work(&ctrl->async_event_work); in nvmet_add_async_event()963 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()1061 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
173 struct work_struct async_event_work; member
738 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
203 struct work_struct async_event_work; member
3346 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()3455 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event()3463 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl()3479 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_start_ctrl()3532 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()