Searched refs:too_old (Results 1 – 1 of 1) sorted by relevance
786 static const timespec too_old = { EXPIRE_HOUR_THRESHOLD * 60 * 60, 0 }; in prune() local852 if ((element->getRealTime() < ((*lastt)->getRealTime() - too_old)) || in prune()