first_slave
struct slave *first_slave;
first_slave = bond_first_slave_rcu(bond);
agg = first_slave ? &(SLAVE_AD_INFO(first_slave)->aggregator) : NULL;
struct slave *first_slave;
first_slave = bond_first_slave_rcu(bond);
if (!first_slave) {
active = __get_active_agg(&(SLAVE_AD_INFO(first_slave)->aggregator));
return first_slave(m);
return first_slave(m);