Home
last modified time | relevance | path

Searched refs:subsys_entry (Results 1 – 2 of 2) sorted by relevance

/drivers/nvme/target/
Dcore.c309 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_enable()
350 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) in nvmet_ns_disable()
636 list_for_each_entry(ctrl, &subsys->ctrls, subsys_entry) { in nvmet_ctrl_find_get()
799 list_add_tail(&ctrl->subsys_entry, &subsys->ctrls); in nvmet_alloc_ctrl()
825 list_del(&ctrl->subsys_entry); in nvmet_ctrl_free()
Dnvmet.h125 struct list_head subsys_entry; member