Home
last modified time | relevance | path

Searched refs:CV_DEFAULT (Results 1 – 25 of 37) sorted by relevance

12

/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h139 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \
140 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
H A Dcondvar.h88 CV_DEFAULT, enumerator
94 ASSERT((type) == CV_DEFAULT); \
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dbqueue.c53 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
54 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
H A Dzthr.c290 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
291 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
H A Dtxg.c135 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init()
145 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
146 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); in txg_init()
147 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
148 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); in txg_init()
149 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
H A Dzrlock.c56 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
H A Dzfs_rlock.c214 cv_init(&lr->lr_write_cv, NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_writer()
428 NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_reader()
454 NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_reader()
H A Dspa_misc.c438 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init()
658 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL); in spa_add()
659 cv_init(&spa->spa_evicting_os_cv, NULL, CV_DEFAULT, NULL); in spa_add()
660 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL); in spa_add()
661 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL); in spa_add()
662 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL); in spa_add()
663 cv_init(&spa->spa_activities_cv, NULL, CV_DEFAULT, NULL); in spa_add()
664 cv_init(&spa->spa_waiters_cv, NULL, CV_DEFAULT, NULL); in spa_add()
2347 cv_init(&spa_namespace_cv, NULL, CV_DEFAULT, NULL); in spa_init()
H A Drrwlock.c144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL); in rrw_init()
H A Dmmp.c198 cv_init(&mmp->mmp_thread_cv, NULL, CV_DEFAULT, NULL); in mmp_init()
H A Dvdev.c607 cv_init(&vd->vdev_initialize_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
608 cv_init(&vd->vdev_initialize_io_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
613 cv_init(&vd->vdev_trim_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
614 cv_init(&vd->vdev_autotrim_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
615 cv_init(&vd->vdev_trim_io_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
618 cv_init(&vd->vdev_rebuild_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
H A Ddmu_traverse.c630 cv_init(&pd->pd_cv, NULL, CV_DEFAULT, NULL); in traverse_impl()
H A Dvdev_removal.c200 cv_init(&svr->svr_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_removal_create()
1427 cv_init(&vca.vca_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_remove_thread()
H A Dvdev_rebuild.c768 cv_init(&vr->vr_io_cv, NULL, CV_DEFAULT, NULL); in vdev_rebuild_thread()
H A Dddt.c638 cv_init(&dde->dde_cv, NULL, CV_DEFAULT, NULL); in ddt_alloc()
H A Ddsl_pool.c221 cv_init(&dp->dp_spaceavail_cv, NULL, CV_DEFAULT, NULL); in dsl_pool_open_impl()
H A Ddnode.c121 cv_init(&dn->dn_notxholds, NULL, CV_DEFAULT, NULL); in dnode_cons()
122 cv_init(&dn->dn_nodnholds, NULL, CV_DEFAULT, NULL); in dnode_cons()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dtaskq.c273 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
274 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
275 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h76 typedef enum { CV_DEFAULT = 0, CV_DRIVER } kcv_type_t; enumerator
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c980 cv_init(&sreq->sn_cv, NULL, CV_DEFAULT, NULL); in kcf_sreq_cache_constructor()
1008 cv_init(&areq->an_done, NULL, CV_DEFAULT, NULL); in kcf_areq_cache_constructor()
1009 cv_init(&areq->an_turn_cv, NULL, CV_DEFAULT, NULL); in kcf_areq_cache_constructor()
1124 cv_init(&gswq->gs_cv, NULL, CV_DEFAULT, NULL); in kcf_sched_init()
1142 cv_init(&ntfy_list_cv, NULL, CV_DEFAULT, NULL); in kcf_sched_init()
1288 cv_init(&kcfpool->kp_nothr_cv, NULL, CV_DEFAULT, NULL); in kcfpool_alloc()
1291 cv_init(&kcfpool->kp_user_cv, NULL, CV_DEFAULT, NULL); in kcfpool_alloc()
H A Dkcf_prov_tabs.c354 cv_init(&desc->pd_resume_cv, NULL, CV_DEFAULT, NULL); in kcf_alloc_provider_desc()
355 cv_init(&desc->pd_remove_cv, NULL, CV_DEFAULT, NULL); in kcf_alloc_provider_desc()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c72 ASSERT(type == CV_DEFAULT); in __cv_init()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h322 #define CV_DEFAULT 0
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c891 cv_init(&sem_cv, NULL, CV_DEFAULT, NULL); in run_sweep()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_dir.c268 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL); in zfs_dirent_lock()

12