Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/device_handler/
Dscsi_dh_alua.c214 struct alua_port_group *pg, *tmp_pg; in alua_alloc_pg() local
247 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_alloc_pg()
249 if (tmp_pg) { in alua_alloc_pg()
252 return tmp_pg; in alua_alloc_pg()
517 struct alua_port_group *tmp_pg; in alua_rtpg() local
666 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_rtpg()
669 if (tmp_pg) { in alua_rtpg()
670 if (spin_trylock_irqsave(&tmp_pg->lock, flags)) { in alua_rtpg()
671 if ((tmp_pg == pg) || in alua_rtpg()
672 !(tmp_pg->flags & ALUA_PG_RUNNING)) { in alua_rtpg()
[all …]