Home
last modified time | relevance | path

Searched refs:in_progress (Results 1 – 13 of 13) 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
62 check_while_waiting $pid in_progress
70 check_while_waiting $pid in_progress
/freebsd/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()
683 (head->next && head->in_progress == SET)) ? in generate_graphviz_file_links()
814 if (head->in_progress == SET) { in satisfy_req()
832 head->in_progress = SET; in satisfy_req()
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_machdep.c752 volatile int in_progress; member
767 rv_args->in_progress = 0; in ofw_rendezvous_dispatch()
773 while (rv_args->in_progress) in ofw_rendezvous_dispatch()
795 rv_args.in_progress = 1; in openfirmware()
/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
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/sys/opencrypto/
H A Dktls_ocf.c76 bool in_progress; member
298 KASSERT(!os->in_progress, in ktls_ocf_tls_cbc_encrypt()
308 os->in_progress = true; in ktls_ocf_tls_cbc_encrypt()
355 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
411 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_dir.c2390 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress() argument
2409 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2421 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2435 *in_progress = (count != 0); in dsl_dir_activity_in_progress()
2443 *in_progress = B_FALSE; in dsl_dir_activity_in_progress()
2459 boolean_t in_progress; in dsl_dir_wait() local
2464 &in_progress); in dsl_dir_wait()
2466 if (error != 0 || !in_progress) in dsl_dir_wait()
H A Dspa.c11445 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local
11450 if (in_progress)
11470 zpool_wait_activity_t activity, boolean_t *in_progress) argument
11487 *in_progress = spa_vdev_activity_in_progress_impl(vd, activity);
11537 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument
11545 *in_progress =
11552 *in_progress = ((spa_version(spa) >= SPA_VERSION_DEADLISTS &&
11560 activity, in_progress);
11567 *in_progress = vdev_replace_in_progress(spa->spa_root_vdev);
11571 *in_progress = (spa->spa_removing_phys.sr_state ==
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_mon.c1535 if (ppdu_info->tlv_aggr.in_progress && ppdu_info->tlv_aggr.tlv_tag != tlv_tag) { in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
1539 ppdu_info->tlv_aggr.in_progress = false; in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
1770 if (!ppdu_info->tlv_aggr.in_progress) { in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
1771 ppdu_info->tlv_aggr.in_progress = true; in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
/freebsd/tests/sys/fs/fusefs/
H A Dinterrupt.cc550 TEST_F(Intr, in_progress) in TEST_F() argument
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal.h588 bool in_progress; member
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3190 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local
3192 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()