next_pg 74 drivers/md/dm-mpath.c struct priority_group *next_pg; /* Switch to this PG if set */ next_pg 381 drivers/md/dm-mpath.c if (READ_ONCE(m->next_pg)) { next_pg 383 drivers/md/dm-mpath.c pg = m->next_pg; next_pg 388 drivers/md/dm-mpath.c m->next_pg = NULL; next_pg 1150 drivers/md/dm-mpath.c m->next_pg = pg; next_pg 1362 drivers/md/dm-mpath.c m->next_pg = pg; next_pg 1716 drivers/md/dm-mpath.c if (m->next_pg) next_pg 1717 drivers/md/dm-mpath.c pg_num = m->next_pg->pg_num; next_pg 1936 drivers/md/dm-mpath.c struct priority_group *pg, *next_pg; next_pg 1949 drivers/md/dm-mpath.c next_pg = READ_ONCE(m->next_pg); next_pg 1950 drivers/md/dm-mpath.c if (unlikely(!READ_ONCE(m->current_pgpath) && next_pg)) next_pg 1951 drivers/md/dm-mpath.c pg = next_pg;