Searched defs:total_found (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2690 uint64_t norm_alloc, norm_space, total_alloc, total_found; local
2769 total_found = tzb->zb_asize - zcb.zcb_dedup_asize;
2771 if (total_found == total_alloc) {
2778 (u_longlong_t)total_found,
2781 (longlong_t)(total_alloc - total_found));

Completed in 68 milliseconds