Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1216 const int histo_width = sizeof (histo_stars) - 1; variable
1235 if (max < histo_width) in dump_histogram()
1236 max = histo_width; in dump_histogram()
1241 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c255 const int histo_width = sizeof (histo_stars) - 1; variable
274 if (max < histo_width) in dump_histogram()
275 max = histo_width; in dump_histogram()
280 &histo_stars[(max - histo[i]) * histo_width / max]); in dump_histogram()