Searched refs:STA_FAILS_AGE (Results 1 – 1 of 1) sorted by relevance
74 #define STA_FAILS_AGE (2*60) /* time before clearing fails (secs) */ macro397 if (se->se_fails && (ticks - se->se_lastfail) > STA_FAILS_AGE*hz) { in sta_add()