Home
last modified time | relevance | path

Searched refs:refcountcache (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DHostDB.cc395 hostDB.refcountcache->clear(); in start()
448 mutex = hostDB.refcountcache->lock_for_key(hash.hash.fold()); in init()
468 mutex = hostDB.refcountcache->lock_for_key(hash.hash.fold()); in refresh_hash()
485 hostDB.refcountcache->erase(r->key); in reply_to_cont()
496 hostDB.refcountcache->erase(r->key); in reply_to_cont()
557 Ptr<HostDBInfo> r = hostDB.refcountcache->get(folded_hash); in probe()
609 hostDB.refcountcache->put(folded_hash, r, 0, r->expiry_time()); in insert()
1153 hostDB.refcountcache->erase(old_r->key); in dnsEvent()
1413 if (current_iterate_pos < hostDB.refcountcache->partition_count()) { in iterateEvent()
1434 if (current_iterate_pos < hostDB.refcountcache->partition_count()) { in iterateEvent()
[all …]
H A DP_HostDBProcessor.h196 RefCountCache<HostDBInfo> *refcountcache = nullptr; member
525 return pending_dns[this->refcountcache->partition_for_key(hash.fold())]; in pending_dns_for_hash()
531 return hostDB.refcountcache->partition_for_key(hash.hash.fold()); in key_partition()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A Dtraffic_server.cc878 hostDBProcessor.cache()->refcountcache->clear(); in cmd_clear()