Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c960 static const uint64_t histo_width = sizeof (histo_stars) - 1; variable
979 if (max < histo_width) in dump_histogram()
980 max = histo_width; in dump_histogram()
985 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()