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