tmp_pg            213 drivers/scsi/device_handler/scsi_dh_alua.c 	struct alua_port_group *pg, *tmp_pg;
tmp_pg            246 drivers/scsi/device_handler/scsi_dh_alua.c 	tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len,
tmp_pg            248 drivers/scsi/device_handler/scsi_dh_alua.c 	if (tmp_pg) {
tmp_pg            251 drivers/scsi/device_handler/scsi_dh_alua.c 		return tmp_pg;
tmp_pg            508 drivers/scsi/device_handler/scsi_dh_alua.c 	struct alua_port_group *tmp_pg;
tmp_pg            647 drivers/scsi/device_handler/scsi_dh_alua.c 		tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len,
tmp_pg            650 drivers/scsi/device_handler/scsi_dh_alua.c 		if (tmp_pg) {
tmp_pg            651 drivers/scsi/device_handler/scsi_dh_alua.c 			if (spin_trylock_irqsave(&tmp_pg->lock, flags)) {
tmp_pg            652 drivers/scsi/device_handler/scsi_dh_alua.c 				if ((tmp_pg == pg) ||
tmp_pg            653 drivers/scsi/device_handler/scsi_dh_alua.c 				    !(tmp_pg->flags & ALUA_PG_RUNNING)) {
tmp_pg            656 drivers/scsi/device_handler/scsi_dh_alua.c 					tmp_pg->state = desc[0] & 0x0f;
tmp_pg            657 drivers/scsi/device_handler/scsi_dh_alua.c 					tmp_pg->pref = desc[0] >> 7;
tmp_pg            660 drivers/scsi/device_handler/scsi_dh_alua.c 						&tmp_pg->dh_list, node) {
tmp_pg            667 drivers/scsi/device_handler/scsi_dh_alua.c 				if (tmp_pg == pg)
tmp_pg            668 drivers/scsi/device_handler/scsi_dh_alua.c 					tmp_pg->valid_states = desc[1];
tmp_pg            669 drivers/scsi/device_handler/scsi_dh_alua.c 				spin_unlock_irqrestore(&tmp_pg->lock, flags);
tmp_pg            671 drivers/scsi/device_handler/scsi_dh_alua.c 			kref_put(&tmp_pg->kref, release_port_group);