Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A D_callout.h51 typedef void callout_func_t(void *); typedef
61 callout_func_t *c_func; /* function to call */
/f-stack/freebsd/kern/
H A Dkern_timeout.c143 callout_func_t *cc_drain;
147 callout_func_t *ce_migration_func;
613 callout_func_t *c_func, *drain; in softclock_call_cc()
621 callout_func_t *new_func; in softclock_call_cc()
630 static callout_func_t *lastfunc; in softclock_call_cc()
895 callout_func_t *ftn, void *arg, int cpu, int flags) in callout_reset_sbt_on()
1051 _callout_stop_safe(struct callout *c, int flags, callout_func_t *drain) in _callout_stop_safe()
/f-stack/freebsd/netgraph/netflow/
H A Dng_netflow.h522 callout_func_t ng_netflow_expire;
/f-stack/freebsd/netinet/
H A Dtcp_timer.c896 callout_func_t *f_callout; in tcp_timer_activate()