Symbol: alua_port_group
drivers/scsi/device_handler/scsi_dh_alua.c
1007
static bool alua_rtpg_queue(struct alua_port_group *pg,
drivers/scsi/device_handler/scsi_dh_alua.c
104
static bool alua_rtpg_queue(struct alua_port_group *pg,
drivers/scsi/device_handler/scsi_dh_alua.c
1091
struct alua_port_group *pg = NULL;
drivers/scsi/device_handler/scsi_dh_alua.c
111
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
113
pg = container_of(kref, struct alua_port_group, kref);
drivers/scsi/device_handler/scsi_dh_alua.c
1138
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
1183
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
1205
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
1270
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
185
static struct alua_port_group *alua_find_get_pg(char *id_str, size_t id_size,
drivers/scsi/device_handler/scsi_dh_alua.c
188
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
217
static struct alua_port_group *alua_alloc_pg(struct scsi_device *sdev,
drivers/scsi/device_handler/scsi_dh_alua.c
220
struct alua_port_group *pg, *tmp_pg;
drivers/scsi/device_handler/scsi_dh_alua.c
222
pg = kzalloc_obj(struct alua_port_group);
drivers/scsi/device_handler/scsi_dh_alua.c
330
struct alua_port_group *pg, *old_pg = NULL;
drivers/scsi/device_handler/scsi_dh_alua.c
420
struct alua_port_group *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
535
static int alua_rtpg(struct scsi_device *sdev, struct alua_port_group *pg)
drivers/scsi/device_handler/scsi_dh_alua.c
538
struct alua_port_group *tmp_pg;
drivers/scsi/device_handler/scsi_dh_alua.c
785
static unsigned alua_stpg(struct scsi_device *sdev, struct alua_port_group *pg)
drivers/scsi/device_handler/scsi_dh_alua.c
840
alua_rtpg_select_sdev(struct alua_port_group *pg)
drivers/scsi/device_handler/scsi_dh_alua.c
85
struct alua_port_group __rcu *pg;
drivers/scsi/device_handler/scsi_dh_alua.c
887
struct alua_port_group *pg =
drivers/scsi/device_handler/scsi_dh_alua.c
888
container_of(work, struct alua_port_group, rtpg_work.work);