Searched refs:ewma_thp (Results 1 – 1 of 1) sorted by relevance
491 unsigned int this_thp, ewma_thp; in rate_control_pid_sample() local513 ewma_thp = rate->throughput; in rate_control_pid_sample()514 if (ewma_thp == 0) in rate_control_pid_sample()517 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()560 …[%d] dlr[%d%%] this_thp[%d] ewma_thp[%d] index[%d]\n",adj ,dlr,this_thp,ewma_thp,spinfo->txrate_id… in rate_control_pid_sample()589 ewma_thp = rate->throughput; in rate_control_pid_sample()590 if (ewma_thp == 0) in rate_control_pid_sample()593 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()620 ewma_thp = rate->throughput; in rate_control_pid_sample()621 if (ewma_thp == 0) in rate_control_pid_sample()[all …]