Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlx.c86 static void mlx_periodic(void *data);
509 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_attach()
1066 mlx_periodic(void *data) in mlx_periodic() function
1133 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_periodic()