Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-mpath.c84 struct priority_group *next_pg; /* Switch to this PG if set */ member
327 if (m->next_pg) { in __choose_pgpath()
328 pg = m->next_pg; in __choose_pgpath()
329 m->next_pg = NULL; in __choose_pgpath()
886 m->next_pg = pg; in multipath_ctr()
1102 m->next_pg = pg; in switch_pg_num()
1417 if (m->next_pg) in multipath_status()
1418 pg_num = m->next_pg->pg_num; in multipath_status()
1660 if (unlikely(!m->current_pgpath && m->next_pg)) in multipath_busy()
1661 pg = m->next_pg; in multipath_busy()