Searched refs:totfree (Results 1 – 1 of 1) sorted by relevance
187 int totfree = 0, avgfree, maxfree = 0, minfree = bufsize; in strcache_print_stats() local202 totfree += bf; in strcache_print_stats()208 avgfree = numbuffs ? (int)(totfree / numbuffs) : 0; in strcache_print_stats()215 prefix, totfree, maxfree, minfree, avgfree); in strcache_print_stats()