Searched refs:next_pg (Results 1 – 1 of 1) sorted by relevance
81 struct priority_group *next_pg; /* Switch to this PG if set */ member417 if (READ_ONCE(m->next_pg)) { in choose_pgpath()419 pg = m->next_pg; in choose_pgpath()424 m->next_pg = NULL; in choose_pgpath()1249 m->next_pg = pg; in multipath_ctr()1481 m->next_pg = pg; in switch_pg_num()1848 if (m->next_pg) in multipath_status()1849 pg_num = m->next_pg->pg_num; in multipath_status()2113 struct priority_group *pg, *next_pg; in multipath_busy() local2134 next_pg = READ_ONCE(m->next_pg); in multipath_busy()[all …]