Home
last modified time | relevance | path

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

12

/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h43 CV_DEFAULT, enumerator
49 ASSERT((type) == CV_DEFAULT); \
/freebsd/sys/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); \
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h140 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \
141 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dbqueue.c63 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
64 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
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 Dzthr.c294 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
295 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
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 Dzrlock.c56 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
H A Dspa_misc.c459 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init()
718 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL); in spa_add()
719 cv_init(&spa->spa_evicting_os_cv, NULL, CV_DEFAULT, NULL); in spa_add()
720 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL); in spa_add()
721 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL); in spa_add()
722 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL); in spa_add()
723 cv_init(&spa->spa_activities_cv, NULL, CV_DEFAULT, NULL); in spa_add()
724 cv_init(&spa->spa_waiters_cv, NULL, CV_DEFAULT, NULL); in spa_add()
2535 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.c720 cv_init(&vd->vdev_initialize_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
721 cv_init(&vd->vdev_initialize_io_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
726 cv_init(&vd->vdev_trim_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
727 cv_init(&vd->vdev_autotrim_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
728 cv_init(&vd->vdev_autotrim_kick_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
729 cv_init(&vd->vdev_trim_io_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
732 cv_init(&vd->vdev_rebuild_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
H A Ddmu_traverse.c663 cv_init(&pd->pd_cv, NULL, CV_DEFAULT, NULL); in traverse_impl()
H A Dfm.c1336 cv_init(&zevent_cv, NULL, CV_DEFAULT, NULL); in fm_init()
H A Dvdev_removal.c371 cv_init(&svr->svr_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_removal_create()
1614 cv_init(&vca.vca_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_remove_thread()
H A Dvdev_rebuild.c787 cv_init(&vr->vr_io_cv, NULL, CV_DEFAULT, NULL); in vdev_rebuild_thread()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c276 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
277 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
278 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h76 typedef enum { CV_DEFAULT = 0, CV_DRIVER } kcv_type_t; enumerator
/freebsd/sys/contrib/openzfs/module/icp/core/
H A Dkcf_prov_tabs.c215 cv_init(&desc->pd_remove_cv, NULL, CV_DEFAULT, NULL); in kcf_alloc_provider_desc()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-condvar.c69 ASSERT(type == CV_DEFAULT); in __cv_init()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_taskq.c297 cv_init(&tqs[i].tqa_cv, NULL, CV_DEFAULT, NULL); in taskq_create_synced()
/freebsd/sys/contrib/openzfs/cmd/raidz_test/
H A Draidz_test.c709 cv_init(&sem_cv, NULL, CV_DEFAULT, NULL); in run_sweep()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h325 #define CV_DEFAULT 0
/freebsd/sys/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