Home
last modified time | relevance | path

Searched refs:add_timer (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h82 extern void add_timer(struct timer_list *);
/freebsd-12.1/contrib/unbound/libunbound/
H A Dunbound-event.h142 int (*add_timer)(struct ub_event*, struct ub_event_base*, member
/freebsd-12.1/sys/dev/mthca/
H A Dmthca_catas.c173 add_timer(&dev->catas_err.timer); in mthca_start_catas_poll()
/freebsd-12.1/contrib/unbound/util/
H A Dub_event_pluggable.c612 ev->vmt->add_timer == my_timer_add); in ub_timer_add()
613 return (*ev->vmt->add_timer)(ev, base, cb, arg, tv); in ub_timer_add()
/freebsd-12.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c295 add_timer(&priv->catas_err.timer); in mlx4_start_catas_poll()
/freebsd-12.1/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c108 add_timer(struct timer_list *t) in add_timer() function
H A Dvchi_bsd.h206 void add_timer(struct timer_list *t);
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c1900 add_timer(&arm_state->suspend_timer); in start_suspend_timer()
/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c1895 add_timer(struct timer_list *timer) in add_timer() function
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1294 add_timer(&ep->timer); in start_ep_timer()