reduction         409 drivers/net/wireless/ath/ath9k/eeprom.c 	u16 reduction = antenna_reduction;
reduction         419 drivers/net/wireless/ath/ath9k/eeprom.c 		reduction += POWER_CORRECTION_FOR_TWO_CHAIN;
reduction         422 drivers/net/wireless/ath/ath9k/eeprom.c 		reduction += POWER_CORRECTION_FOR_THREE_CHAIN;
reduction         426 drivers/net/wireless/ath/ath9k/eeprom.c 	if (power_limit > reduction)
reduction         427 drivers/net/wireless/ath/ath9k/eeprom.c 		power_limit -= reduction;
reduction         205 net/can/bcm.c  		unsigned long reduction;
reduction         232 net/can/bcm.c  		reduction = 100 - (op->frames_filtered * 100) / op->frames_abs;
reduction         235 net/can/bcm.c  			   (reduction == 100) ? "near " : "", reduction);
reduction         161 net/ipv4/tcp_yeah.c 					u32 reduction = min(queue / TCP_YEAH_GAMMA ,
reduction         164 net/ipv4/tcp_yeah.c 					tp->snd_cwnd -= reduction;
reduction         210 net/ipv4/tcp_yeah.c 	u32 reduction;
reduction         213 net/ipv4/tcp_yeah.c 		reduction = yeah->lastQ;
reduction         215 net/ipv4/tcp_yeah.c 		reduction = min(reduction, max(tp->snd_cwnd>>1, 2U));
reduction         217 net/ipv4/tcp_yeah.c 		reduction = max(reduction, tp->snd_cwnd >> TCP_YEAH_DELTA);
reduction         219 net/ipv4/tcp_yeah.c 		reduction = max(tp->snd_cwnd>>1, 2U);
reduction         224 net/ipv4/tcp_yeah.c 	return max_t(int, tp->snd_cwnd - reduction, 2);