Searched refs:usable_slaves (Results 1 – 3 of 3) sorted by relevance
2542 struct bond_up_slave *usable_slaves; in bond_miimon_inspect() local2544 usable_slaves = rcu_dereference(bond->usable_slaves); in bond_miimon_inspect()2546 if (usable_slaves && usable_slaves->count == 0) in bond_miimon_inspect()5018 struct bond_up_slave *usable_slaves, in bond_set_slave_arr() argument5023 usable = rtnl_dereference(bond->usable_slaves); in bond_set_slave_arr()5024 rcu_assign_pointer(bond->usable_slaves, usable_slaves); in bond_set_slave_arr()5036 usable = rtnl_dereference(bond->usable_slaves); in bond_reset_slave_arr()5038 RCU_INIT_POINTER(bond->usable_slaves, NULL); in bond_reset_slave_arr()5059 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local5067 usable_slaves = kzalloc(struct_size(usable_slaves, arr, 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