Searched defs:callout (Results 1 – 10 of 10) sorted by relevance
61 typedef struct callout callout; typedef62 struct callout { struct63 callout *c_next; /* List of callouts */ argument64 callout_fun *c_fn; /* Function to call */ argument70 static callout callouts; /* List of pending callouts */ argument
80 int callout; /* Callout identifier */ member
180 struct callout { struct 191 /* dummy callout structure */ argument 192 struct callout { struct 193 c_argcallout global() argument 194 c_funccallout global() argument
48 typedef struct callout { struct54 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */ argument
56 callout_t callout; /* for delayed free of this struct */ member
74 callout_t callout; /* for delayed free of this struct */ member
69 callout_t callout; member
71 struct callout callout; member
130 callout_t callout; member
1675 void (*callout)(buf_t *); biodone2() local