Home
last modified time | relevance | path

Searched refs:histo_width (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1050 static const uint64_t histo_width = sizeof (histo_stars) - 1; variable
1071 if (max < histo_width) in dump_histogram()
1072 max = histo_width; in dump_histogram()
1077 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()