Searched refs:MaxUnansweredQueries (Results 1 – 1 of 1) sorted by relevance
2311 #define MaxUnansweredQueries 4 macro3342 ((RR)->UnansweredQueries < MaxUnansweredQueries) ? (TicksTTL(rr)/50) : \3358 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SetNextCacheCheckTime()3360 rr->NextRequiredQuery -= TicksTTL(rr)/20 * (MaxUnansweredQueries - rr->UnansweredQueries); in SetNextCacheCheckTime()3626 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in SendQueries()3898 …if (cr->CRActiveQuestion && cr->UnansweredQueries < MaxUnansweredQueries && m->timenow - cr->NextR… in SendQueries()4050 rr->UnansweredQueries = MaxUnansweredQueries; in CacheRecordAdd()4192 if (rr->CRActiveQuestion && rr->UnansweredQueries < MaxUnansweredQueries) in CheckCacheExpiration()4465 rr->UnansweredQueries = MaxUnansweredQueries; in PurgeCacheResourceRecord()5271 if (rr->UnansweredQueries >= MaxUnansweredQueries) in ProcessQuery()[all …]