Searched refs:alua_port_group (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 61 struct alua_port_group { struct 85 struct alua_port_group __rcu *pg; 103 static bool alua_rtpg_queue(struct alua_port_group *pg, 110 struct alua_port_group *pg; in release_port_group() 112 pg = container_of(kref, struct alua_port_group, kref); in release_port_group() 178 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg() 181 struct alua_port_group *pg; in alua_find_get_pg() 210 static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev, in alua_alloc_pg() 213 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg() 215 pg = kzalloc(sizeof(struct alua_port_group), GFP_KERNE in alua_alloc_pg() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 61 struct alua_port_group { struct 85 struct alua_port_group __rcu *pg; 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() 185 static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size, in alua_find_get_pg() 188 struct alua_port_group *pg; in alua_find_get_pg() 217 static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev, in alua_alloc_pg() 220 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg() 222 pg = kzalloc(sizeof(struct alua_port_group), GFP_KERNE in alua_alloc_pg() [all...] |
Completed in 3 milliseconds