Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dhash.c260 int maxidx = 0; in hash_stats() local
275 maxidx = i; in hash_stats()
285 printf(" Min/Max: %d in #%d, %d in #%d\n", min, minidx, max, maxidx); in hash_stats()
/titanic_50/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c514 int i, maxidx; in dbuf_stats() local
562 maxidx = 0; in dbuf_stats()
565 maxidx = i; in dbuf_stats()
567 for (i = 0; i <= maxidx; i++) in dbuf_stats()
571 maxidx = 0; in dbuf_stats()
574 maxidx = i; in dbuf_stats()
576 for (i = 0; i <= maxidx; i++) in dbuf_stats()
1225 int maxidx = 0; in dump_histogram() local
1231 if (histo[i] > 0 && i > maxidx) in dump_histogram()
1232 maxidx = i; in dump_histogram()
[all …]
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c264 int maxidx = 0; in dump_histogram() local
270 if (histo[i] > 0 && i > maxidx) in dump_histogram()
271 maxidx = i; in dump_histogram()
279 for (i = minidx; i <= maxidx; i++) { in dump_histogram()