Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c65 struct list_head dh_list; member
249 INIT_LIST_HEAD(&pg->dh_list); in alua_alloc_pg()
381 list_add_rcu(&h->node, &pg->dh_list); in alua_check_vpd()
687 &tmp_pg->dh_list, node) { in alua_rtpg()
736 list_for_each_entry_rcu(h, &pg->dh_list, node) { in alua_rtpg()
841 list_for_each_entry_rcu(h, &pg->dh_list, node) { in alua_rtpg_select_sdev()
953 list_for_each_entry(h, &pg->dh_list, node) in alua_rtpg_work()
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()