Searched refs:usable_slaves (Results 1 – 3 of 3) sorted by relevance
1192 usable = rcu_dereference_rtnl(bond->usable_slaves); in bond_should_notify_peers()2669 struct bond_up_slave *usable_slaves; in bond_miimon_inspect() local2671 usable_slaves = rcu_dereference(bond->usable_slaves); in bond_miimon_inspect()2673 if (usable_slaves && usable_slaves->count == 0) in bond_miimon_inspect()5128 struct bond_up_slave *usable_slaves, in bond_set_slave_arr() argument5138 kfree_rcu(usable_slaves, rcu); in bond_set_slave_arr()5142 usable = rtnl_dereference(bond->usable_slaves); in bond_set_slave_arr()5143 rcu_assign_pointer(bond->usable_slaves, usable_slaves); in bond_set_slave_arr()5162 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local5170 usable_slaves = kzalloc_flex(*usable_slaves, arr, bond->slave_cnt); in bond_update_slave_arr()[all …]
1397 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_tlb_slave_get()1513 slaves = rcu_dereference(bond->usable_slaves); in bond_xmit_alb_slave_get()
221 struct bond_up_slave __rcu *usable_slaves; member