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

/freebsd-11-stable/contrib/amd/amd/
H A Dclock.c61 callout *c_next; /* List of callouts */
68 static callout callouts; /* List of pending callouts */ variable
69 static callout *free_callouts; /* Cache of free callouts */
141 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2)
165 for (cp = &callouts; (cp2 = cp->c_next); cp = cp2) {
183 for (cp = callouts.c_next; cp; cp = cp->c_next) {
210 * While there are more callouts waiting...
212 while ((cp = callouts.c_next) && cp->c_time <= now) {
226 callouts
[all...]

Completed in 55 milliseconds