Home
last modified time | relevance | path

Searched defs:in_progress (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_replace.ksh44 function in_progress function
/freebsd-src/contrib/ntp/ntpd/
H A Dntp_leapsec.h127 int in_progress; /* not 0 if smearing is in progress, i.e. the offset has been computed */ member
/freebsd-src/sbin/rcorder/
H A Drcorder.c105 flag in_progress; member
130 flag in_progress; member
/freebsd-src/sys/powerpc/ofw/
H A Dofw_machdep.c753 volatile int in_progress; member
/freebsd-src/sys/opencrypto/
H A Dktls_ocf.c76 bool in_progress; member
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2385 dsl_dir_activity_in_progress(dsl_dir_t * dd,dsl_dataset_t * ds,zfs_wait_activity_t activity,boolean_t * in_progress) dsl_dir_activity_in_progress() argument
2454 boolean_t in_progress; dsl_dir_wait() local
H A Dspa.c10569 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? global() local
10594 spa_vdev_activity_in_progress(spa_t * spa,boolean_t use_guid,uint64_t guid,zpool_wait_activity_t activity,boolean_t * in_progress) global() argument
10661 spa_activity_in_progress(spa_t * spa,zpool_wait_activity_t activity,boolean_t use_tag,uint64_t tag,boolean_t * in_progress) global() argument
10768 boolean_t in_progress; global() local
[all...]
/freebsd-src/tests/sys/fs/fusefs/
H A Dinterrupt.cc550 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3024 auto in_progress = CommandHandlingState::eInProgress; InterruptCommand() local