Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c512 int i, maxidx; in dbuf_stats() local
560 maxidx = 0; in dbuf_stats()
563 maxidx = i; in dbuf_stats()
565 for (i = 0; i <= maxidx; i++) in dbuf_stats()
569 maxidx = 0; in dbuf_stats()
572 maxidx = i; in dbuf_stats()
574 for (i = 0; i <= maxidx; i++) in dbuf_stats()
1223 int maxidx = 0; in dump_histogram() local
1229 if (histo[i] > 0 && i > maxidx) in dump_histogram()
1230 maxidx = i; in dump_histogram()
[all …]
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c262 int maxidx = 0; in dump_histogram() local
268 if (histo[i] > 0 && i > maxidx) in dump_histogram()
269 maxidx = i; in dump_histogram()
277 for (i = minidx; i <= maxidx; i++) { in dump_histogram()