Home
last modified time | relevance | path

Searched refs:timed_rr_ctime (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DP_HostDBProcessor.h291 if ((now - timed_rr_ctime) > HostDBProcessor::hostdb_timed_round_robin) { in select_best_http()
294 timed_rr_ctime = now; in select_best_http()
H A DI_HostDBProcessor.h385 ink_time_t timed_rr_ctime = 0; member