Searched refs:total_leaked (Results 1 – 1 of 1) sorted by relevance
6805 uint64_t total_leaked = 0; in zdb_check_for_obsolete_leaks() local6844 total_leaked += ABS(bytes_leaked); in zdb_check_for_obsolete_leaks()6848 if (!are_precise && total_leaked > 0) { in zdb_check_for_obsolete_leaks()6849 int pct_leaked = total_leaked * 100 / in zdb_check_for_obsolete_leaks()6856 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()6857 } else if (total_leaked > 0) { in zdb_check_for_obsolete_leaks()6861 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()