HomeSort by: relevance | last modified time | path
    Searched refs:mlx_lastpoll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
mlxvar.h 146 time_t mlx_lastpoll; member in struct:mlx_softc
mlx.c 992 } else if (time_second > (mlx->mlx_lastpoll + 10)) {
996 mlx->mlx_lastpoll = time_second;

Completed in 15 milliseconds