Searched refs:in_progress (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/ |
H A D | zpool_wait_replace.ksh | 45 function in_progress function 62 check_while_waiting $pid in_progress 70 check_while_waiting $pid in_progress
|
/freebsd/sbin/rcorder/ |
H A D | rcorder.c | 105 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 D | ofw_machdep.c | 753 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/contrib/ntp/ntpd/ |
H A D | ntp_leapsec.h | 127 int in_progress; /* not 0 if smearing is in progress, i.e. the offset has been computed */ member
|
H A D | ntp_timer.c | 600 leap_smear.in_progress = FALSE; in check_leapsec() 635 leap_smear.in_progress = TRUE; in check_leapsec()
|
H A D | ntp_proto.c | 4721 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 D | ktls_ocf.c | 76 bool in_progress; member 300 KASSERT(!os->in_progress, in ktls_ocf_tls_cbc_encrypt() 310 os->in_progress = true; in ktls_ocf_tls_cbc_encrypt() 358 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt() 414 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_dir.c | 2392 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress() argument 2411 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2423 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2437 *in_progress = (count != 0); in dsl_dir_activity_in_progress() 2445 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2461 boolean_t in_progress; in dsl_dir_wait() local 2466 &in_progress); in dsl_dir_wait() 2468 if (error != 0 || !in_progress) in dsl_dir_wait()
|
H A D | spa.c | 10627 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local 10632 if (in_progress) 10652 zpool_wait_activity_t activity, boolean_t *in_progress) argument 10669 *in_progress = spa_vdev_activity_in_progress_impl(vd, activity); 10719 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument 10727 *in_progress = 10734 *in_progress = ((spa_version(spa) >= SPA_VERSION_DEADLISTS && 10742 activity, in_progress); 10749 *in_progress = vdev_replace_in_progress(spa->spa_root_vdev); 10753 *in_progress = (spa->spa_removing_phys.sr_state == [all …]
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | interrupt.cc | 550 TEST_F(Intr, in_progress) in TEST_F() argument
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 3038 auto in_progress = CommandHandlingState::eInProgress; in InterruptCommand() local 3040 in_progress, CommandHandlingState::eInterrupted); in InterruptCommand()
|