Searched refs:mlx_periodic (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/dev/mlx/
H A Dmlx.c88 static void mlx_periodic(void *data);
511 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc);
1068 mlx_periodic(void *data) function
1135 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc);

Completed in 49 milliseconds