Searched defs:callout (Results 1 – 4 of 4) sorted by relevance
55 typedef struct callout { struct56 struct callout *c_idnext; /* next in ID hash, or on freelist */ argument57 struct callout *c_idprev; /* prev in ID hash */ argument58 struct callout *c_clnext; /* next in callout list */ argument59 struct callout *c_clprev; /* prev in callout list */ argument60 callout_id_t c_xid; /* extended callout ID; see below */ argument61 callout_list_t *c_list; /* callout list */ argument65 kcondvar_t c_done; /* signal callout completion */ argument70 * The callout ID (callout_id_t) uniquely identifies a callout. The callout argument
1603 struct callout { struct1607 struct callout *c_next; argument1610 static struct callout *callout = NULL; /* Callout list */ variable
51 gboolean callout; member
1280 callout(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in callout() function