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.kshlib103 typeset activity_check=$2
106 "activity check '$activity_check'"
107 while proc_exists $wait_proc_pid && eval "$activity_check"; do
115 log_mustnot eval "$activity_check"
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c4051 boolean_t activity_check = B_FALSE; local
4109 activity_check = spa_activity_check_required(spa, ub, label,
4111 if (activity_check) {