Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-mpath.c417 if (READ_ONCE(m->next_pg)) { in choose_pgpath()
419 pg = m->next_pg; in choose_pgpath()
424 m->next_pg = NULL; in choose_pgpath()
1250 m->next_pg = pg; in multipath_ctr()
1483 m->next_pg = pg; in switch_pg_num()
1850 if (m->next_pg) in multipath_status()
1851 pg_num = m->next_pg->pg_num; in multipath_status()
2117 struct priority_group *pg, *next_pg; in multipath_busy() local
2138 next_pg = READ_ONCE(m->next_pg); in multipath_busy()
2139 if (unlikely(!READ_ONCE(m->current_pgpath) && next_pg)) in multipath_busy()
[all …]