Home
last modified time | relevance | path

Searched refs:callout_func_t (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/sys/
H A D_callout.h49 typedef void callout_func_t(void *); typedef
60 callout_func_t *c_func; /* function to call */
/freebsd/sys/kern/
H A Dkern_timeout.c148 callout_func_t *ce_migration_func;
632 callout_func_t *c_func; in softclock_call_cc()
640 callout_func_t *new_func; in softclock_call_cc()
649 static callout_func_t *lastfunc; in softclock_call_cc()
940 callout_func_t *ftn, void *arg, int cpu, int flags) in callout_reset_sbt_on()
/freebsd/sys/dev/uart/
H A Duart_core.c449 (callout_func_t *)uart_intr, sc); in uart_intr()
720 (callout_func_t *)uart_intr, sc); in uart_bus_attach()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h521 callout_func_t ng_netflow_expire;
/freebsd/sys/dev/aic7xxx/
H A Daic_osm_lib.h95 callout_func_t aic_platform_timeout;
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c46 callout_func_t __ocs_callout;
/freebsd/sys/dev/ppbus/
H A Dlpt.c141 static callout_func_t lptout;
/freebsd/sys/dev/sbni/
H A Dif_sbni.c116 static callout_func_t sbni_timeout;
/freebsd/sys/dev/kbdmux/
H A Dkbdmux.c174 static callout_func_t kbdmux_kbd_intr_timo;
/freebsd/sys/dev/smc/
H A Dif_smc.c123 static callout_func_t smc_watchdog;
/freebsd/sys/dev/mpt/
H A Dmpt_raid.c107 static callout_func_t mpt_raid_timer;
H A Dmpt_cam.c114 static callout_func_t mpt_timeout;
/freebsd/sys/dev/syscons/
H A Dsyscons.c202 static callout_func_t scrn_timer;
235 static callout_func_t blink_screen;
/freebsd/sys/cam/scsi/
H A Dscsi_da.c1556 static callout_func_t dasendorderedtag;
1558 static callout_func_t damediapoll;
H A Dscsi_cd.c299 static callout_func_t cdmediapoll;
/freebsd/sys/cam/ata/
H A Data_da.c880 static callout_func_t adasendorderedtag;
/freebsd/sys/cam/
H A Dcam_xpt.c250 static callout_func_t xpt_release_devq_timeout;