Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/
H A Dzpool_wait_replace.ksh44 function in_progress function
61 check_while_waiting $pid in_progress
69 check_while_waiting $pid in_progress
/freebsd-13.1/sbin/rcorder/
H A Drcorder.c107 flag in_progress; member
132 flag in_progress; member
273 temp->in_progress = RESET; in filenode_new()
325 head->in_progress = RESET; in add_provide()
373 pnode->in_progress = RESET; in add_provide()
561 head->in_progress = RESET; in make_fake_provision()
568 pnode->in_progress = RESET; in make_fake_provision()
816 if (head->in_progress == SET) { in satisfy_req()
834 head->in_progress = SET; in satisfy_req()
901 if (fnode->in_progress == SET) { in do_file()
[all …]
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_machdep.c755 volatile int in_progress; member
770 rv_args->in_progress = 0; in ofw_rendezvous_dispatch()
776 while (rv_args->in_progress) in ofw_rendezvous_dispatch()
798 rv_args.in_progress = 1; in openfirmware()
/freebsd-13.1/sys/opencrypto/
H A Dktls_ocf.c54 bool in_progress; member
198 KASSERT(!os->in_progress, in ktls_ocf_tls_cbc_encrypt()
207 os->in_progress = true; in ktls_ocf_tls_cbc_encrypt()
261 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
329 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
/freebsd-13.1/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
H A Dntp_timer.c588 leap_smear.in_progress = 0; in check_leapsec()
624 leap_smear.in_progress = 1; in check_leapsec()
H A Dntp_proto.c4622 if (leap_smear.in_progress) { in fast_xmit()
4638 if (leap_smear.in_progress) { in fast_xmit()
4658 if (leap_smear.in_progress) in fast_xmit()
4671 if (leap_smear.in_progress) in fast_xmit()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2354 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress() argument
2373 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2385 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2399 *in_progress = (count != 0); in dsl_dir_activity_in_progress()
2407 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2423 boolean_t in_progress; in dsl_dir_wait() local
2428 &in_progress); in dsl_dir_wait()
2430 if (error != 0 || !in_progress) in dsl_dir_wait()
H A Dspa.c9608 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local
9613 if (in_progress)
9633 zpool_wait_activity_t activity, boolean_t *in_progress) argument
9700 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument
9708 *in_progress =
9723 activity, in_progress);
9734 *in_progress = (spa->spa_removing_phys.sr_state ==
9749 *in_progress = (scanning && !paused &&
9800 boolean_t in_progress; local
9802 &in_progress);
[all …]
/freebsd-13.1/tests/sys/fs/fusefs/
H A Dinterrupt.cc552 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2766 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local
2768 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()