Lines Matching defs:callout
49 struct callout { struct
51 LIST_ENTRY(callout) le; argument
54 } c_links;
55 sbintime_t c_time; /* ticks to the event */
56 sbintime_t c_precision; /* delta allowed wrt opt */
57 void *c_arg; /* function argument */
58 void (*c_func)(void *); /* function to call */
59 struct lock_object *c_lock; /* lock to handle */
60 short c_flags; /* User State */
61 short c_iflags; /* Internal State */
62 volatile int c_cpu; /* CPU we're scheduled on */