Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_replace.ksh45 function in_progress function
/freebsd/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/sbin/rcorder/
H A Drcorder.c105 flag in_progress; member
130 flag in_progress; member
/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c753 volatile int in_progress; member
/freebsd/sys/opencrypto/
H A Dktls_ocf.c76 bool in_progress; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2388 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress()
2457 boolean_t in_progress; in dsl_dir_wait() local
H A Dspa.c10710 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local
10735 zpool_wait_activity_t activity, boolean_t *in_progress)
10802 boolean_t use_tag, uint64_t tag, boolean_t *in_progress)
10909 boolean_t in_progress; local
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc550 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3038 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local