Home
last modified time | relevance | path

Searched refs:proc_exists (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait.kshlib49 function proc_exists # pid function
56 proc_exists $1 || log_fail "zpool process exited too soon"
61 proc_exists $1 && log_fail "zpool process took too long to exit"
72 [[ $pid ]] && proc_exists $pid && log_must kill -s TERM $pid
107 while proc_exists $wait_proc_pid && eval "$activity_check"; do
H A Dzpool_wait_remove.ksh58 while ! is_pool_removing $TESTPOOL && proc_exists $pid; do
H A Dzpool_wait_discard.ksh61 while ! is_pool_discarding $TESTPOOL && proc_exists $pid; do
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_wait/
H A Dzfs_wait.kshlib37 function proc_exists # pid function
44 proc_exists $1 || log_fail "zpool process exited too soon"
49 proc_exists $1 && log_fail "zpool process took too long to exit"
60 [[ $pid ]] && proc_exists $pid && log_must kill -s TERM $pid
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_resilver.ksh59 while ! is_pool_resilvering $TESTPOOL && proc_exists $pid; do
H A Dzpool_wait_rebuild.ksh59 while ! is_pool_resilvering $TESTPOOL && proc_exists $pid; do
H A Dzpool_wait_replace.ksh66 while ! is_pool_resilvering $TESTPOOL && proc_exists $pid; do