Searched refs:callout_reset_on (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | callout.h | 101 #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 D | kern_timeout.c | 1078 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 D | linux_work.c | 246 callout_reset_on(&dwork->timer.callout, delay, in linux_queue_delayed_work_on()
|
H A D | linux_compat.c | 2021 callout_reset_on(&timer->callout, in add_timer_on()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 1625 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 D | cxgb_main.c | 1684 callout_reset_on(&txq->txq_watchdog, hz, cxgb_tx_watchdog, qs, in cxgb_init_locked()
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 1128 callout_reset_on(&ioat->poll_timer, 1, in ioat_release()
|
/freebsd/sys/net/ |
H A D | iflib.c | 2439 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 D | Makefile | 833 callout.9 callout_reset_on.9 \
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_dynamic.c | 2811 callout_reset_on(&V_dyn_timeout, hz, dyn_tick, vnetx, 0); in dyn_tick()
|