Home
last modified time | relevance | path

Searched refs:round_jiffies (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_catas.c252 round_jiffies(jiffies + MLX4_CATAS_POLL_INTERVAL)); in poll_catas()
294 round_jiffies(jiffies + MLX4_CATAS_POLL_INTERVAL); in mlx4_start_catas_poll()
/freebsd/sys/dev/mthca/
H A Dmthca_catas.c147 round_jiffies(jiffies + MTHCA_CATAS_POLL_INTERVAL)); in poll_catas()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.h452 #define round_jiffies(j) ((unsigned long)(((j) + drm_linux_timer_hz_mask) & ~drm_linux_timer_hz_mas… macro
453 #define round_jiffies_up(j) round_jiffies(j) /* TODO */
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c660 round_jiffies(jiffies + MLX5_HEALTH_POLL_INTERVAL)); in mlx5_start_health_poll()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c320 round_jiffies(duration * HZ)); in check_exit_ctkill()