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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1094 const int histo_width = sizeof (histo_stars) - 1; variable
1113 if (max < histo_width)
1114 max = histo_width;
1119 &histo_stars[(max - histo[i]) * histo_width / max]);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c274 const int histo_width = sizeof (histo_stars) - 1; variable
293 if (max < histo_width)
294 max = histo_width;
299 &histo_stars[(max - histo[i]) * histo_width / max]);

Completed in 77 milliseconds