Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib104 typeset activity_check=$2
107 "activity check '$activity_check'"
108 while proc_exists $wait_proc_pid && eval "$activity_check"; do
116 log_mustnot eval "$activity_check"
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c4120 boolean_t activity_check = B_FALSE; local
4178 activity_check = spa_activity_check_required(spa, ub, label,
4180 if (activity_check) {