Searched refs:max_red (Results 1 – 1 of 1) sorted by relevance
6477 uint32_t max_red; in rack_start_hpts_timer() local6479 max_red = (usecs * rack->r_ctl.max_reduction) / 100; in rack_start_hpts_timer()6480 if (max_red >= rack->r_ctl.rc_agg_delayed) { in rack_start_hpts_timer()6484 usecs -= max_red; in rack_start_hpts_timer()6485 rack->r_ctl.rc_agg_delayed -= max_red; in rack_start_hpts_timer()