Lines Matching refs:next_pg
81 struct priority_group *next_pg; /* Switch to this PG if set */
417 if (READ_ONCE(m->next_pg)) {
419 pg = m->next_pg;
424 m->next_pg = NULL;
1250 m->next_pg = pg;
1483 m->next_pg = pg;
1850 if (m->next_pg)
1851 pg_num = m->next_pg->pg_num;
2117 struct priority_group *pg, *next_pg;
2138 next_pg = READ_ONCE(m->next_pg);
2139 if (unlikely(!READ_ONCE(m->current_pgpath) && next_pg))
2140 pg = next_pg;