Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/sbin/rcorder/
H A Drcorder.c105 flag in_progress; member
130 flag in_progress; member
271 temp->in_progress = RESET; in filenode_new()
323 head->in_progress = RESET; in add_provide()
371 pnode->in_progress = RESET; in add_provide()
559 head->in_progress = RESET; in make_fake_provision()
566 pnode->in_progress = RESET; in make_fake_provision()
814 if (head->in_progress == SET) { in satisfy_req()
832 head->in_progress = SET; in satisfy_req()
899 if (fnode->in_progress == SET) { in do_file()
[all …]
/freebsd-14.2/sys/powerpc/ofw/
H A Dofw_machdep.c753 volatile int in_progress; member
768 rv_args->in_progress = 0; in ofw_rendezvous_dispatch()
774 while (rv_args->in_progress) in ofw_rendezvous_dispatch()
796 rv_args.in_progress = 1; in openfirmware()
/freebsd-14.2/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.c600 leap_smear.in_progress = FALSE; in check_leapsec()
635 leap_smear.in_progress = TRUE; in check_leapsec()
H A Dntp_proto.c4721 if (leap_smear.in_progress) { in fast_xmit()
4737 if (leap_smear.in_progress) { in fast_xmit()
4757 if (leap_smear.in_progress) in fast_xmit()
4770 if (leap_smear.in_progress) in fast_xmit()
/freebsd-14.2/sys/opencrypto/
H A Dktls_ocf.c77 bool in_progress; member
301 KASSERT(!os->in_progress, in ktls_ocf_tls_cbc_encrypt()
311 os->in_progress = true; in ktls_ocf_tls_cbc_encrypt()
359 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
415 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2385 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress() argument
2404 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2416 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2430 *in_progress = (count != 0); in dsl_dir_activity_in_progress()
2438 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2454 boolean_t in_progress; in dsl_dir_wait() local
2459 &in_progress); in dsl_dir_wait()
2461 if (error != 0 || !in_progress) in dsl_dir_wait()
H A Dspa.c10214 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local
10219 if (in_progress)
10239 zpool_wait_activity_t activity, boolean_t *in_progress) argument
10306 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument
10314 *in_progress =
10329 activity, in_progress);
10340 *in_progress = (spa->spa_removing_phys.sr_state ==
10355 *in_progress = (scanning && !paused &&
10406 boolean_t in_progress; local
10408 &in_progress);
[all …]
/freebsd-14.2/tests/sys/fs/fusefs/
H A Dinterrupt.cc550 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3024 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local
3026 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()