Lines Matching refs:MIN_TIMEOUT
45 #define MIN_TIMEOUT 7
66 if ( timer->min_timeout == 0 )
67 timer->min_timeout = DEFAULT_MIN_TIMEOUT;
68 /* We must never be less than MIN_TIMEOUT under any circumstances */
69 if ( timer->min_timeout < MIN_TIMEOUT )
70 timer->min_timeout = MIN_TIMEOUT;
72 if ( timer->timeout < timer->min_timeout )
73 timer->timeout = timer->min_timeout;