Searched refs:usable_slaves (Results 1 – 3 of 3) sorted by relevance
1190 usable = rcu_dereference_rtnl(bond->usable_slaves); in bond_should_notify_peers()2659 struct bond_up_slave *usable_slaves; in bond_miimon_inspect() local2661 usable_slaves = rcu_dereference(bond->usable_slaves); in bond_miimon_inspect()2663 if (usable_slaves && usable_slaves->count == 0) in bond_miimon_inspect()5120 struct bond_up_slave *usable_slaves, in bond_set_slave_arr() argument5130 kfree_rcu(usable_slaves, rcu); in bond_set_slave_arr()5134 usable = rtnl_dereference(bond->usable_slaves); in bond_set_slave_arr()5135 rcu_assign_pointer(bond->usable_slaves, usable_slaves); in bond_set_slave_arr()5154 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local5162 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()
223 struct bond_up_slave __rcu *usable_slaves; member