Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/device_handler/
Dscsi_dh_alua.c61 struct alua_port_group { struct
85 struct alua_port_group __rcu *pg; argument
104 static bool alua_rtpg_queue(struct alua_port_group *pg,
111 struct alua_port_group *pg; in release_port_group()
113 pg = container_of(kref, struct alua_port_group, kref); in release_port_group()
179 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg()
182 struct alua_port_group *pg; in alua_find_get_pg()
211 static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev, in alua_alloc_pg()
214 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg()
216 pg = kzalloc(sizeof(struct alua_port_group), GFP_KERNEL); in alua_alloc_pg()
[all …]