Home
last modified time | relevance | path

Searched refs:callouts (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dclock.c70 static callout callouts; /* List of pending callouts */ variable
143 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()
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop1026 callouts