Lines Matching refs:total
37 * XXX It should be possible to extend that so that the total cache size can
127 * total size header->subcache_data_size; data inside is referenced
577 unsigned int loop, total = 0, cache_total = 0, non_empty_subcaches = 0;
592 total += subcache->idx_used;
606 index_pct = (100 * total) / (header->index_num *
614 ctx->shm_size, total);
631 ap_rprintf(r, "total entries stored since starting: <b>%lu</b><br>",
633 ap_rprintf(r, "total entries replaced since starting: <b>%lu</b><br>",
635 ap_rprintf(r, "total entries expired since starting: <b>%lu</b><br>",
637 ap_rprintf(r, "total (pre-expiry) entries scrolled out of the cache: "
639 ap_rprintf(r, "total retrieves since starting: <b>%lu</b> hit, "
642 ap_rprintf(r, "total removes since starting: <b>%lu</b> hit, "
650 ap_rprintf(r, "CacheCurrentEntries: %d\n", total);