Searched refs:hprio (Results 1 – 1 of 1) sorted by relevance
1167 struct slave *slave, *hprio = NULL; in bond_choose_primary_or_current() local1173 hprio = hprio ?: slave; in bond_choose_primary_or_current()1174 if (slave->prio > hprio->prio) in bond_choose_primary_or_current()1175 hprio = slave; in bond_choose_primary_or_current()1179 if (hprio && hprio != curr) { in bond_choose_primary_or_current()1180 prim = hprio; in bond_choose_primary_or_current()