Searched refs:callouts (Results 1 – 2 of 2) sorted by relevance
70 static callout callouts; /* List of pending callouts */ variable143 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) in timeout()167 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) { in untimeout()185 for (cp = callouts.c_next; cp; cp = cp->c_next) { in reschedule_timeouts()214 while ((cp = callouts.c_next) && cp->c_time <= now) { in softclock()228 callouts.c_next = cp->c_next; in softclock()239 if ((cp = callouts.c_next)) in softclock()
1026 callouts