Searched refs:next_timer (Results 1 – 1 of 1) sorted by relevance
2147 uint32_t next_timer = 0; /* offset of the next timer on the list */ in tcp_run_timerlist() local2191 if (next_timer == 0 || offset < next_timer) { in tcp_run_timerlist()2192 next_timer = offset; in tcp_run_timerlist()2247 if (next_timer == 0 || offset < next_timer) { in tcp_run_timerlist()2248 next_timer = offset; in tcp_run_timerlist()2280 next_timer = TCP_TIMER_100MS_QUANTUM; in tcp_run_timerlist()2287 next_timer = min(listp->pref_offset, next_timer); in tcp_run_timerlist()2291 next_timer = max(next_timer, in tcp_run_timerlist()2295 tcp_sched_timerlist(next_timer); in tcp_run_timerlist()