Searched refs:total_leaked (Results 1 – 1 of 1) sorted by relevance
4379 uint64_t total_leaked = 0; in zdb_check_for_obsolete_leaks() local4417 total_leaked += ABS(bytes_leaked); in zdb_check_for_obsolete_leaks()4420 if (!vdev_obsolete_counts_are_precise(vd) && total_leaked > 0) { in zdb_check_for_obsolete_leaks()4421 int pct_leaked = total_leaked * 100 / in zdb_check_for_obsolete_leaks()4428 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()4429 } else if (total_leaked > 0) { in zdb_check_for_obsolete_leaks()4433 (u_longlong_t)total_leaked); in zdb_check_for_obsolete_leaks()