Lines Matching refs:next_pg
78 struct priority_group *next_pg; /* Switch to this PG if set */
408 if (READ_ONCE(m->next_pg)) {
410 pg = m->next_pg;
415 m->next_pg = NULL;
1241 m->next_pg = pg;
1475 m->next_pg = pg;
1841 if (m->next_pg)
1842 pg_num = m->next_pg->pg_num;
2070 struct priority_group *pg, *next_pg;
2090 next_pg = READ_ONCE(m->next_pg);
2091 if (unlikely(!READ_ONCE(m->current_pgpath) && next_pg))
2092 pg = next_pg;