Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/device_handler/
Dscsi_dh_alua.c74 struct alua_port_group { struct
98 struct alua_port_group __rcu *pg; argument
116 static bool alua_rtpg_queue(struct alua_port_group *pg,
123 struct alua_port_group *pg; in release_port_group()
125 pg = container_of(kref, struct alua_port_group, kref); in release_port_group()
191 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg()
194 struct alua_port_group *pg; in alua_find_get_pg()
223 static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev, in alua_alloc_pg()
226 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg()
228 pg = kzalloc(sizeof(struct alua_port_group), GFP_KERNEL); in alua_alloc_pg()
[all …]