Searched defs:callout (Results 1 – 5 of 5) sorted by relevance
15 struct callout { struct16 struct callout *c_next; /* next callout in queue */ argument23 struct callout *callfree, *callout, calltodo; argument
31 typedef struct callout callout; typedef32 struct callout { struct33 callout *c_next; /* List of callouts */ argument40 static callout callouts; /* List of pending callouts */ argument
522 int callout; /* Callout identifier */ member
91 struct callout *callout; variable
287 callout() in callout() function