Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-mpath.c78 struct priority_group *next_pg; /* Switch to this PG if set */ member
408 if (READ_ONCE(m->next_pg)) { in choose_pgpath()
410 pg = m->next_pg; in choose_pgpath()
415 m->next_pg = NULL; in choose_pgpath()
1241 m->next_pg = pg; in multipath_ctr()
1475 m->next_pg = pg; in switch_pg_num()
1841 if (m->next_pg) in multipath_status()
1842 pg_num = m->next_pg->pg_num; in multipath_status()
2070 struct priority_group *pg, *next_pg; in multipath_busy() local
2090 next_pg in multipath_busy()
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-mpath.c81 struct priority_group *next_pg; /* Switch to this PG if set */ member
417 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 in multipath_busy()
[all...]

Completed in 5 milliseconds