Home
last modified time | relevance | path

Searched refs:iters (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_002_pos.ksh60 typeset -i iters=10
64 while ((j < iters )); do
81 log_fail "$data gets corrupted after $iters times rename operations."
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_001_pos.ksh91 typeset -i iters=20
96 while [[ $i -lt $iters ]]; do
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_001_pos.ksh97 typeset -i iters=20
102 while [[ $i -lt $iters ]]; do
/titanic_50/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_001_pos.ksh89 typeset -i iters=2
96 while [[ $i -lt $iters ]]; do
H A Dreplacement_003_pos.ksh89 typeset -i iters=2
94 while [[ $i -lt $iters ]]; do
H A Dreplacement_002_pos.ksh89 typeset -i iters=2
96 while [[ $i -lt $iters ]]; do
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.c705 const char *iters; in hmatch_event() local
715 iters = epname->u.name.child->u.name.s; in hmatch_event()
717 (void *)iters, NULL)) == NULL) { in hmatch_event()
726 infop->ex = lut_add(infop->ex, (void *)iters, in hmatch_event()
974 const char *iters; in vmatch_event() local
991 iters = np->u.name.child->u.name.s; in vmatch_event()
994 (void *)iters, NULL)) == NULL) { in vmatch_event()
997 (void *)iters, in vmatch_event()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c3268 int iters; in ztest_dmu_objset_create_destroy() local
3332 iters = ztest_random(5); in ztest_dmu_objset_create_destroy()
3333 for (int i = 0; i < iters; i++) { in ztest_dmu_objset_create_destroy()
3335 if (ztest_random(iters) == 0) in ztest_dmu_objset_create_destroy()
4798 int iters = 1000; in ztest_fault_inject() local
4957 while (--iters != 0) { in ztest_fault_inject()
6146 int iters = 0; in main() local
6283 iters++; in main()
6294 iters, in main()
6352 kills, iters - kills, (100.0 * kills) / MAX(1, iters)); in main()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c2509 static int iters; in zdb_blkptr_cb() local
2510 if (++iters > 100) in zdb_blkptr_cb()
2511 iters = 0; in zdb_blkptr_cb()