Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c279 extern uint_t raidz_expand_pause_point;
1231 if (raidz_expand_pause_point != RAIDZ_EXPAND_PAUSE_NONE) { in ztest_kill()
1238 raidz_expand_pause_point; in ztest_kill()
1245 raidz_expand_pause_point = RAIDZ_EXPAND_PAUSE_NONE; in ztest_kill()
3971 ASSERT(raidz_expand_pause_point == RAIDZ_EXPAND_PAUSE_NONE); in raidz_scratch_verify()
4058 if (raidz_expand_pause_point == RAIDZ_EXPAND_PAUSE_NONE) in ztest_scratch_thread()
4146 raidz_expand_pause_point = in ztest_vdev_raidz_attach()
4166 if (raidz_expand_pause_point) { in ztest_vdev_raidz_attach()
4172 raidz_expand_pause_point = RAIDZ_EXPAND_PAUSE_NONE; in ztest_vdev_raidz_attach()
7724 raidz_expand_pause_point == RAIDZ_EXPAND_PAUSE_NONE) { in ztest_thread()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c356 uint_t raidz_expand_pause_point = 0; variable
4106 while (raidz_expand_pause_point != 0 && in raidz_expand_pause()
4107 raidz_expand_pause_point <= pause_point) in raidz_expand_pause()