Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c168 struct list_head dh_list; member
357 INIT_LIST_HEAD(&ctlr->dh_list); in get_controller()
425 list_for_each_entry_rcu(tmp, &h->ctlr->dh_list, node) { in check_ownership()
457 list_add_rcu(&h->node, &h->ctlr->dh_list); in initialize_controller()