Lines Matching defs:zi
7617 ztest_execute(int test, ztest_info_t *zi, uint64_t id)
7624 for (i = 0; i < zi->zi_iters; i++)
7625 zi->zi_func(zd, id);
7634 (double)functime / NANOSEC, zi->zi_funcname);
7714 ztest_info_t *zi;
7736 zi = &ztest_info[rand];
7742 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) {
7743 ztest_execute(rand, zi, id);
8893 ztest_info_t *zi;
9029 zi = &ztest_info[f];
9031 if (zs->zs_proc_start + zi->zi_interval[0] > zs->zs_proc_stop)
9035 ztest_random(2 * zi->zi_interval[0] + 1);
9106 zi = &ztest_info[f];
9111 zi->zi_funcname);