Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dclock.c61 typedef struct callout callout; typedef
62 struct callout { struct
63 callout *c_next; /* List of callouts */ argument
64 callout_fun *c_fn; /* Function to call */ argument
70 static callout callouts; /* List of pending callouts */ argument
H A Damfs_generic.c80 int callout; /* Callout identifier */ member
/netbsd-src/sys/altq/
H A Daltq_var.h180 struct callout { struct
191 /* dummy callout structure */ argument
192 struct callout { struct
193 c_argcallout global() argument
194 c_funccallout global() argument
/netbsd-src/sys/sys/
H A Dcallout.h48 typedef struct callout { struct
54 #define CALLOUT_PENDING 0x0002 /* callout is on the queue */ argument
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_pcixvar.h56 callout_t callout; /* for delayed free of this struct */ member
H A Drmixl_pcievar.h74 callout_t callout; /* for delayed free of this struct */ member
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2440_touch.c69 callout_t callout; member
/netbsd-src/sys/arch/evbarm/g42xxeb/
H A Dg42xxeb_kmkbd.c71 struct callout callout; member
/netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/
H A Dvchi_bsd.h130 callout_t callout; member
/netbsd-src/sys/kern/
H A Dvfs_bio.c1675 void (*callout)(buf_t *); biodone2() local