Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1310 const int histo_width = sizeof (histo_stars) - 1; variable
1329 if (max < histo_width) in dump_histogram()
1330 max = histo_width; in dump_histogram()
1335 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c300 static const uint64_t histo_width = sizeof (histo_stars) - 1; variable
319 if (max < histo_width) in dump_histogram()
320 max = histo_width; in dump_histogram()
325 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()