Searched refs:async_event_work (Results 1 – 5 of 5) sorted by relevance
82 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()123 schedule_work(&ctrl->async_event_work); in nvmet_add_async_event()737 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()828 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
123 struct work_struct async_event_work; member
466 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
1878 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()1899 schedule_work(&ctrl->async_event_work); in nvme_complete_async_event()1919 schedule_work(&ctrl->async_event_work); in nvme_queue_async_events()1954 flush_work(&ctrl->async_event_work); in nvme_uninit_ctrl()2002 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()
136 struct work_struct async_event_work; member