Home
last modified time | relevance | path

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

12

/freebsd-12-stable/sys/cddl/compat/opensolaris/sys/
Dkcondvar.h45 CV_DEFAULT, enumerator
51 ASSERT((type) == CV_DEFAULT); \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dbqueue.c39 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
40 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
Dtxg.c138 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init()
148 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
149 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); in txg_init()
150 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init()
151 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); in txg_init()
152 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
Dzfs_rlock.c196 cv_init(&lr->lr_write_cv, NULL, CV_DEFAULT, NULL); in rangelock_enter_writer()
402 NULL, CV_DEFAULT, NULL); in rangelock_enter_reader()
426 NULL, CV_DEFAULT, NULL); in rangelock_enter_reader()
Dspa_misc.c508 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init()
741 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL); in spa_add()
742 cv_init(&spa->spa_evicting_os_cv, NULL, CV_DEFAULT, NULL); in spa_add()
743 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL); in spa_add()
744 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL); in spa_add()
745 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL); in spa_add()
2156 cv_init(&spa_namespace_cv, NULL, CV_DEFAULT, NULL); in spa_init()
Dzrlock.c55 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
Dzthr.c262 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
Drrwlock.c144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL); in rrw_init()
Dmmp.c216 cv_init(&mmp->mmp_thread_cv, NULL, CV_DEFAULT, NULL); in mmp_init()
Dtrim_map.c591 cv_init(&spa->spa_trim_cv, NULL, CV_DEFAULT, NULL); in trim_thread_create()
Ddmu_traverse.c589 cv_init(&pd.pd_cv, NULL, CV_DEFAULT, NULL); in traverse_impl()
Dvdev_removal.c190 cv_init(&svr->svr_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_removal_create()
1360 cv_init(&vca.vca_cv, NULL, CV_DEFAULT, NULL); in spa_vdev_remove_thread()
Ddsl_pool.c320 cv_init(&dp->dp_spaceavail_cv, NULL, CV_DEFAULT, NULL); in dsl_pool_open_impl()
Dddt.c653 cv_init(&dde->dde_cv, NULL, CV_DEFAULT, NULL); in ddt_alloc()
Dzil.c2650 cv_init(&zcw->zcw_cv, NULL, CV_DEFAULT, NULL); in zil_alloc_commit_waiter()
3066 cv_init(&zilog->zl_cv_suspend, NULL, CV_DEFAULT, NULL); in zil_alloc()
Darc.c1767 cv_init(&hdr->b_l1hdr.b_cv, NULL, CV_DEFAULT, NULL); in hdr_full_cons()
7131 cv_init(&arc_adjust_waiters_cv, NULL, CV_DEFAULT, NULL); in arc_init()
7134 cv_init(&arc_dnlc_evicts_cv, NULL, CV_DEFAULT, NULL); in arc_init()
8512 cv_init(&l2arc_feed_thr_cv, NULL, CV_DEFAULT, NULL); in l2arc_init()
Dmetaslab.c744 cv_init(&mg->mg_ms_initialize_cv, NULL, CV_DEFAULT, NULL); in metaslab_group_create()
1878 cv_init(&ms->ms_load_cv, NULL, CV_DEFAULT, NULL); in metaslab_init()
Dvdev.c636 cv_init(&vd->vdev_initialize_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
637 cv_init(&vd->vdev_initialize_io_cv, NULL, CV_DEFAULT, NULL); in vdev_alloc_common()
Ddbuf.c310 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL); in dbuf_cons()
866 cv_init(&dbuf_evict_cv, NULL, CV_DEFAULT, NULL); in dbuf_init()
Ddnode.c130 cv_init(&dn->dn_notxholds, NULL, CV_DEFAULT, NULL); in dnode_cons()
Ddmu_send.c3170 cv_init(&rwa.cv, NULL, CV_DEFAULT, NULL); in dmu_recv_stream()
Ddsl_scan.c3827 cv_init(&q->q_zio_cv, NULL, CV_DEFAULT, NULL); in scan_io_queue_create()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dcallb.h140 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \
141 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dtaskq.c261 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
262 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
263 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
Dzfs_context.h327 #define CV_DEFAULT USYNC_THREAD macro

12