/freebsd/sys/cddl/compat/opensolaris/sys/ |
H A D | kcondvar.h | 43 CV_DEFAULT, enumerator 49 ASSERT((type) == CV_DEFAULT); \
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | callb.h | 139 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \ 140 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
|
H A D | condvar.h | 88 CV_DEFAULT, enumerator 94 ASSERT((type) == CV_DEFAULT); \
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | callb.h | 140 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 D | bqueue.c | 63 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 D | txg.c | 135 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 D | zthr.c | 294 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 D | zfs_rlock.c | 214 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 D | zrlock.c | 56 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
|
H A D | spa_misc.c | 459 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 D | rrwlock.c | 144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL); in rrw_init()
|
H A D | mmp.c | 198 cv_init(&mmp->mmp_thread_cv, NULL, CV_DEFAULT, NULL); in mmp_init()
|
H A D | vdev.c | 720 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 D | dmu_traverse.c | 663 cv_init(&pd->pd_cv, NULL, CV_DEFAULT, NULL); in traverse_impl()
|
H A D | fm.c | 1336 cv_init(&zevent_cv, NULL, CV_DEFAULT, NULL); in fm_init()
|
H A D | vdev_removal.c | 371 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 D | vdev_rebuild.c | 787 cv_init(&vr->vr_io_cv, NULL, CV_DEFAULT, NULL); in vdev_rebuild_thread()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | taskq.c | 276 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 D | condvar.h | 76 typedef enum { CV_DEFAULT = 0, CV_DRIVER } kcv_type_t; enumerator
|
/freebsd/sys/contrib/openzfs/module/icp/core/ |
H A D | kcf_prov_tabs.c | 215 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 D | spl-condvar.c | 69 ASSERT(type == CV_DEFAULT); in __cv_init()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_taskq.c | 297 cv_init(&tqs[i].tqa_cv, NULL, CV_DEFAULT, NULL); in taskq_create_synced()
|
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_test.c | 709 cv_init(&sem_cv, NULL, CV_DEFAULT, NULL); in run_sweep()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_context.h | 325 #define CV_DEFAULT 0
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_dir.c | 268 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL); in zfs_dirent_lock()
|