Home
last modified time | relevance | path

Searched defs:callout (Results 1 – 10 of 10) sorted by relevance

/f-stack/tools/compat/include/sys/
H A D_callout.h49 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 */
[all …]
H A Dcallout.h62 struct callout *callout; member
/f-stack/freebsd/sys/
H A D_callout.h53 struct callout { struct
55 LIST_ENTRY(callout) le; argument
61 callout_func_t *c_func; /* function to call */ argument
62 struct lock_object *c_lock; /* lock to handle */
63 short c_flags; /* User State */
64 short c_iflags; /* Internal State */
65 volatile int c_cpu; /* CPU we're scheduled on */
/f-stack/freebsd/amd64/vmm/io/
H A Dvatpit.c92 struct callout callout; member
150 struct callout *callout; in vatpit_callout_handler() local
H A Dvhpet.c93 struct callout callout; member
288 struct callout *callout; in vhpet_handler() local
H A Dvlapic_priv.h160 struct callout callout; /* vlapic timer */ member
H A Dvrtc.c80 struct callout callout; member
/f-stack/freebsd/arm/ti/cpsw/
H A Dif_cpswvar.h116 struct callout callout; member
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h192 struct callout callout; member
/f-stack/freebsd/kern/
H A Dkern_timeout.c1471 DB_SHOW_COMMAND(callout, db_show_callout) in DB_SHOW_COMMAND() argument