Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/libunbound/
H A Dunbound-event.h142 int (*add_timer)(struct ub_event*, struct ub_event_base*, member
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dtimer.h82 extern void add_timer(struct timer_list *);
/freebsd-13.1/sys/dev/mthca/
H A Dmthca_catas.c173 add_timer(&dev->catas_err.timer); in mthca_start_catas_poll()
/freebsd-13.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-13.1/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c295 add_timer(&priv->catas_err.timer); in mlx4_start_catas_poll()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c242 add_timer(timer); in spl_io_schedule_timeout()
H A Dspl-taskq.c662 add_timer(&t->tqent_timer); in taskq_dispatch_delay()
/freebsd-13.1/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2099 add_timer(struct timer_list *timer) in add_timer() function
/freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1291 add_timer(&ep->timer); in start_ep_timer()