Searched refs:this_thp (Results 1 – 1 of 1) sorted by relevance
491 unsigned int this_thp, ewma_thp; in rate_control_pid_sample() local512 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()515 rate->throughput = this_thp; in rate_control_pid_sample()517 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()560 …be adjust[%d] dlr[%d%%] this_thp[%d] ewma_thp[%d] index[%d]\n",adj ,dlr,this_thp,ewma_thp,spinfo->… in rate_control_pid_sample()588 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()591 rate->throughput = this_thp; in rate_control_pid_sample()593 rate->throughput = (ewma_thp + this_thp) >> 1; in rate_control_pid_sample()617 this_thp = dlr * (1000000 / perfect_time); in rate_control_pid_sample()619 this_thp = 0; in rate_control_pid_sample()[all …]