Searched refs:last_step_secs (Results 1 – 1 of 1) sorted by relevance
284 int last_step_secs; /* Number of seconds in last step */ member1085 ees->last_step_late += sincelast - ((sum) ? sum : ees->last_step_secs); in ees_receive()1102 ees->last_step_secs); in ees_receive()1105 old_sincelast, ees->last_step_late, count, sum, ees->last_step_secs); in ees_receive()1106 if (sum) ees->last_step_secs = sum; in ees_receive()1142 sincelast < (ees->last_step_secs)*2 && in ees_receive()1143 ees->last_step_secs) in ees_receive()1149 if (sec_of_ramp > (ees->last_step_secs + 120)) in ees_receive()1150 sec_of_ramp = ees->last_step_secs; in ees_receive()1153 fsecs = sec_of_ramp * (ees->jump_fsecs / ees->last_step_secs); in ees_receive()[all …]