Searched refs:rr_tx_counter (Results 1 – 2 of 2) sorted by relevance
244 u32 __percpu *rr_tx_counter; member
4764 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()4769 slave_id = this_cpu_inc_return(*bond->rr_tx_counter); in bond_rr_gen_slave_id()5692 if (bond->rr_tx_counter) in bond_destructor()5693 free_percpu(bond->rr_tx_counter); in bond_destructor()6199 bond->rr_tx_counter = alloc_percpu(u32); in bond_init()6200 if (!bond->rr_tx_counter) { in bond_init()