Searched defs:cache_total (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/cache/
H A Dmod_socache_shmcb.c577 unsigned int loop, total = 0, cache_total = 0, non_empty_subcaches = 0; local
593 cache_total += subcache->data_used;
608 cache_pct = (100 * cache_total) / (header->subcache_data_size *

Completed in 28 milliseconds