Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dcore.c152 container_of(work, struct nvmet_ctrl, async_event_work); in nvmet_async_event_work()
193 schedule_work(&ctrl->async_event_work); in nvmet_add_async_event()
1243 INIT_WORK(&ctrl->async_event_work, nvmet_async_event_work); in nvmet_alloc_ctrl()
1332 flush_work(&ctrl->async_event_work); in nvmet_ctrl_free()
Dnvmet.h182 struct work_struct async_event_work; member
Dadmin-cmd.c797 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
/drivers/nvme/host/
Dnvme.h244 struct work_struct async_event_work; member
Dcore.c1244 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_enable_aen()
3828 container_of(work, struct nvme_ctrl, async_event_work); in nvme_async_event_work()
3952 queue_work(nvme_wq, &ctrl->async_event_work); in nvme_complete_async_event()
3960 flush_work(&ctrl->async_event_work); in nvme_stop_ctrl()
4032 INIT_WORK(&ctrl->async_event_work, nvme_async_event_work); in nvme_init_ctrl()