Home
last modified time | relevance | path

Searched refs:vol_hash_table (Results 1 – 5 of 5) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheTest.cc459 hr1.vol_hash_table = nullptr; in REGRESSION_TEST()
464 hr2.vol_hash_table = nullptr; in REGRESSION_TEST()
478 if (hr1.vol_hash_table[i] == sample_idx) { in REGRESSION_TEST()
481 if (hr2.vol_hash_table[i] == sample_idx) { in REGRESSION_TEST()
484 if (hr1.vol_hash_table[i] != hr2.vol_hash_table[i]) { in REGRESSION_TEST()
485 if (hr1.vol_hash_table[i] == sample_idx) { in REGRESSION_TEST()
H A DP_CacheHosting.h47 ats_free(vol_hash_table); in ~CacheHostRecord()
56 unsigned short *vol_hash_table = nullptr; member
H A DCache.cc1843 if (cp->vol_hash_table) { in build_vol_hash_table()
1844 new_Freer(cp->vol_hash_table, CACHE_MEM_FREE_TIMEOUT); in build_vol_hash_table()
1846 cp->vol_hash_table = nullptr; in build_vol_hash_table()
1911 if (nullptr != (old_table = ink_atomic_swap(&(cp->vol_hash_table), ttable))) { in build_vol_hash_table()
1983 if (theCache && !theCache->hosttable->gen_host_rec.vol_hash_table) { in mark_storage_offline()
3037 unsigned short *hash_table = hosttable->gen_host_rec.vol_hash_table; in key_to_vol()
3044 unsigned short *host_hash_table = res.record->vol_hash_table; in key_to_vol()
H A DP_CacheVol.h338 extern unsigned short *vol_hash_table;
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/cache-architecture/
H A Ddata-structures.en.rst66 .. member:: unsigned short * vol_hash_table