Home
last modified time | relevance | path

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

/drivers/nvme/target/
Dcore.c82 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()
Dnvmet.h123 struct work_struct async_event_work; member
Dadmin-cmd.c466 schedule_work(&ctrl->async_event_work); in nvmet_execute_async_event()
/drivers/nvme/host/
Dcore.c1878 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()
Dnvme.h136 struct work_struct async_event_work; member