Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/
Ddm-mpath.c74 struct priority_group *next_pg; /* Switch to this PG if set */ member
381 if (READ_ONCE(m->next_pg)) { in choose_pgpath()
383 pg = m->next_pg; in choose_pgpath()
388 m->next_pg = NULL; in choose_pgpath()
1183 m->next_pg = pg; in multipath_ctr()
1395 m->next_pg = pg; in switch_pg_num()
1749 if (m->next_pg) in multipath_status()
1750 pg_num = m->next_pg->pg_num; in multipath_status()
1969 struct priority_group *pg, *next_pg; in multipath_busy() local
1982 next_pg = READ_ONCE(m->next_pg); in multipath_busy()
[all …]