Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx/
H A Dmlxvar.h157 time_t mlx_lastpoll; /* last time_second we polled for status */ member
H A Dmlx.c1095 } else if (time_second > (sc->mlx_lastpoll + 10)) { in mlx_periodic()
1096 sc->mlx_lastpoll = time_second; in mlx_periodic()