Lines Matching defs:usable
1174 struct bond_up_slave *usable;
1188 usable = rcu_dereference_rtnl(bond->usable_slaves);
1189 if (!usable || !READ_ONCE(usable->count))
3983 * usable. Avoid such situation by refeshing the array at these
5048 * the bond has a usable interface.
5121 struct bond_up_slave *usable, *all;
5132 usable = rtnl_dereference(bond->usable_slaves);
5134 kfree_rcu(usable, rcu);
5142 /* Build the usable slaves array in control path for modes that use xmit-hash
5283 * usable slave array is formed in the control path. The xmit function
5301 /* in broadcast mode, we send everything to all or usable slave interfaces.