Searched refs:total_leaked (Results 1 – 1 of 1) sorted by relevance
5941 uint64_t total_leaked = 0; in zdb_check_for_obsolete_leaks() local5980 total_leaked += ABS(bytes_leaked); in zdb_check_for_obsolete_leaks()5984 if (!are_precise && total_leaked > 0) { in zdb_check_for_obsolete_leaks()5985 int pct_leaked = total_leaked * 100 / in zdb_check_for_obsolete_leaks()5992 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()5993 } else if (total_leaked > 0) { in zdb_check_for_obsolete_leaks()5997 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()