Searched refs:STALE_TIME (Results 1 – 5 of 5) sorted by relevance
59 #define STALE_TIME (2*60) /* two minutes */ macro60 #define STALE(ptr, now) (ts_after(now, ts_incr((ptr)->timein, STALE_TIME)))
556 time_return(STALE_TIME + 1, 0); in test_kdc_insert_lookaside_cache_expire()
163 #define STALE_TIME 90 /* switch to a new gateway */ macro
116 now_stale = EPOCH - STALE_TIME; in main()368 now_stale = now.tv_sec - STALE_TIME; in main()
2146 del_redirects(bad_gate, now.tv_sec-STALE_TIME); in age()