Searched refs:mod_timer (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | timer.h | 81 extern void mod_timer(struct timer_list *, int);
|
| /freebsd-12.1/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 100 mod_timer(struct timer_list *t, unsigned long expires) in mod_timer() function 110 mod_timer(t, t->expires); in add_timer()
|
| H A D | vchi_bsd.h | 205 void mod_timer(struct timer_list *t, unsigned long expires);
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_en/ |
| H A D | mlx4_en_tx.c | 432 mod_timer(&cq->timer, jiffies + 1); in mlx4_en_tx_irq() 448 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT); in mlx4_en_poll_tx_cq() 458 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT); in mlx4_en_poll_tx_cq() 474 mod_timer(&cq->timer, jiffies + MLX4_EN_TX_POLL_TIMEOUT); in mlx4_en_xmit_poll()
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_catas.c | 146 mod_timer(&dev->catas_err.timer, in poll_catas()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_health.c | 641 mod_timer(&health->timer, get_next_poll_jiffies()); in poll_health() 657 mod_timer(&health->timer, in mlx5_start_health_poll()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4_catas.c | 251 mod_timer(&priv->catas_err.timer, in poll_catas()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_generic.c | 178 r = mod_timer(&ctx->timer, jiffies + in rate_callback() 396 if (mod_timer(&rate_ctx.timer, jiffies + msecs_to_jiffies(1500))) { in generic_netmap_register()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_ib.c | 435 mod_timer(&priv->poll_timer, jiffies + 1); in drain_tx_cq() 444 mod_timer(&priv->poll_timer, jiffies); in ipoib_send_comp_handler()
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_mr.c | 126 mod_timer(&dev->delay_timer, jiffies + HZ); in reg_mr_callback()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1885 mod_timer(struct timer_list *timer, int expires) in mod_timer() function
|