Searched refs:mlx_timeout (Results 1 – 3 of 3) sorted by relevance
148 callout_init_mtx(&sc->mlx_timeout, &sc->mlx_io_lock, 0); in mlx_pci_attach()
156 struct callout mlx_timeout; /* periodic status monitor */ member
177 callout_stop(&sc->mlx_timeout); in mlx_free()185 callout_drain(&sc->mlx_timeout); in mlx_free()509 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_attach()1126 callout_reset(&sc->mlx_timeout, hz, mlx_periodic, sc); in mlx_periodic()