Home | History | Annotate | Download | only in ic

Lines Matching refs:time_second

797 		mlx->mlx_pause.mp_when = time_second + mp->mp_when;
977 (time_second >= mlx->mlx_pause.mp_when)) {
988 if (time_second >= mlx->mlx_pause.mp_howlong) {
992 } else if (time_second > (mlx->mlx_lastpoll + 10)) {
996 mlx->mlx_lastpoll = time_second;
1040 if (mc->mc_expiry > time_second) {
1465 failsafe = ((mlx->mlx_pause.mp_howlong - time_second) + 5) / 30;
1470 time_second + (0xf * 30) - 5;
1513 (long)(mlx->mlx_pause.mp_howlong - time_second));
2055 mc->mc_expiry = time_second + MLX_TIMEOUT;