Searched refs:in_progress (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/scan/ |
| H A D | zpool_wait_replace.ksh | 44 function in_progress function 61 check_while_waiting $pid in_progress 69 check_while_waiting $pid in_progress
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 55 bool in_progress; member 179 KASSERT(!os->in_progress, in ktls_ocf_tls_cbc_encrypt() 188 os->in_progress = true; in ktls_ocf_tls_cbc_encrypt() 242 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt() 310 os->in_progress = false; in ktls_ocf_tls_cbc_encrypt()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_dir.c | 2300 zfs_wait_activity_t activity, boolean_t *in_progress) in dsl_dir_activity_in_progress() argument 2319 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2331 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2345 *in_progress = (count != 0); in dsl_dir_activity_in_progress() 2352 *in_progress = B_FALSE; in dsl_dir_activity_in_progress() 2368 boolean_t in_progress; in dsl_dir_wait() local 2373 &in_progress); in dsl_dir_wait() 2375 if (error != 0 || !in_progress) in dsl_dir_wait()
|
| H A D | spa.c | 9469 boolean_t in_progress = (activity == ZPOOL_WAIT_INITIALIZE) ? local 9474 if (in_progress) 9494 zpool_wait_activity_t activity, boolean_t *in_progress) argument 9561 boolean_t use_tag, uint64_t tag, boolean_t *in_progress) argument 9569 *in_progress = 9584 activity, in_progress); 9595 *in_progress = (spa->spa_removing_phys.sr_state == 9610 *in_progress = (scanning && !paused && 9661 boolean_t in_progress; local 9663 &in_progress); [all …]
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | sentinel.c | 4294 int in_progress = 0; in sentinelFailoverReconfNextSlave() local 4301 in_progress++; in sentinelFailoverReconfNextSlave() 4306 while(in_progress < master->parallel_syncs && in sentinelFailoverReconfNextSlave() 4341 in_progress++; in sentinelFailoverReconfNextSlave()
|
| /f-stack/dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_resource.c | 2119 enum dlb2_qid_map_state mapped, in_progress, pending_map, unmapped; in dlb2_ldb_port_unmap_qid() local 2130 in_progress = DLB2_QUEUE_UNMAP_IN_PROG; in dlb2_ldb_port_unmap_qid() 2134 !dlb2_port_find_slot_queue(port, in_progress, queue, &i) && in dlb2_ldb_port_unmap_qid()
|
| /f-stack/dpdk/drivers/event/dlb/pf/base/ |
| H A D | dlb_resource.c | 1552 enum dlb_qid_map_state mapped, in_progress, pending_map, unmapped; in dlb_ldb_port_unmap_qid() local 1563 in_progress = DLB_QUEUE_UNMAP_IN_PROGRESS; in dlb_ldb_port_unmap_qid() 1567 !dlb_port_find_slot_queue(port, in_progress, queue, &i) && in dlb_ldb_port_unmap_qid()
|