Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dcallout.h101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ macro
105 callout_reset_on((c), (on_tick), (fn), (arg), -1)
107 callout_reset_on((c), (on_tick), (fn), (arg), PCPU_GET(cpuid))
/freebsd/sys/kern/
H A Dkern_timeout.c1078 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, cpu); in callout_schedule_on()
1084 return callout_reset_on(c, to_ticks, c->c_func, c->c_arg, c->c_cpu); in callout_schedule()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_work.c246 callout_reset_on(&dwork->timer.callout, delay, in linux_queue_delayed_work_on()
H A Dlinux_compat.c2021 callout_reset_on(&timer->callout, in add_timer_on()
/freebsd/sys/dev/cxgb/
H A Dcxgb_sge.c1625 callout_reset_on(&txq->txq_watchdog, hz/4, cxgb_tx_watchdog, in cxgb_tx_watchdog()
1685 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_start_locked()
1734 callout_reset_on(&txq->txq_timer, 1, cxgb_tx_timeout, in cxgb_transmit_locked()
H A Dcxgb_main.c1684 callout_reset_on(&txq->txq_watchdog, hz, cxgb_tx_watchdog, qs, in cxgb_init_locked()
/freebsd/sys/dev/ioat/
H A Dioat.c1128 callout_reset_on(&ioat->poll_timer, 1, in ioat_release()
/freebsd/sys/net/
H A Diflib.c2439 callout_reset_on(&txq->ift_timer, iflib_timer_default, iflib_timer, in iflib_timer()
2557 callout_reset_on(&txq->ift_timer, iflib_timer_default, iflib_timer, txq, in iflib_init_locked()
4215 callout_reset_on(&txq->ift_timer, iflib_timer_default, iflib_timer, txq, in _task_fn_admin()
/freebsd/share/man/man9/
H A DMakefile833 callout.9 callout_reset_on.9 \
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2811 callout_reset_on(&V_dyn_timeout, hz, dyn_tick, vnetx, 0); in dyn_tick()