Home
last modified time | relevance | path

Searched refs:callout_reset_curcpu (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/sys/
HDcallout.h116 #define callout_reset_curcpu(c, on_tick, fn, arg) \ macro
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rx.c114 callout_reset_curcpu(&rq->watchdog, 1, (void *)&mlx5e_post_rx_wqes, rq); in mlx5e_post_rx_wqes()
HDmlx5_en_main.c1733 callout_reset_curcpu(&sq->cev_callout, hz, mlx5e_sq_cev_timeout, sq); in mlx5e_sq_cev_timeout()
/freebsd-11-stable/sys/dev/nvme/
HDnvme_qpair.c814 callout_reset_curcpu(&tr->timer, ctrlr->timeout_period * hz, in nvme_qpair_submit_tracker()
/freebsd-11-stable/sys/dev/sfxge/
HDsfxge_rx.c214 callout_reset_curcpu(&rxq->refill_callout, rxq->refill_delay, in sfxge_rx_schedule_refill()
/freebsd-11-stable/sys/dev/xen/netfront/
HDnetfront.c1102 callout_reset_curcpu(&rxq->rx_refill, hz/10, in xn_alloc_rx_buffers()
/freebsd-11-stable/share/man/man9/
HDMakefile1848 timeout.9 callout_reset_curcpu.9 \
/freebsd-11-stable/sys/net/
HDiflib.c3773 callout_reset_curcpu(&rxq->ifr_watchdog, 1, &_task_fn_rx_watchdog, rxq); in _task_fn_rx()