Searched refs:CV_DEFAULT (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h46 CV_DEFAULT, enumerator in enum:__anon6011
52 ASSERT((type) == CV_DEFAULT); \
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c245 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL);
246 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL);
247 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzrlock.c53 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL);
H A Dtxg.c138 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT,
148 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL);
149 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL);
150 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL);
151 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL);
152 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL);
H A Dzfs_rlock.c175 cv_init(&rl->r_wr_cv, NULL, CV_DEFAULT, NULL);
378 cv_init(&prev->r_rd_cv, NULL, CV_DEFAULT, NULL);
401 cv_init(&next->r_rd_cv, NULL, CV_DEFAULT, NULL);
H A Dspa_misc.c342 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL);
553 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL);
554 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL);
555 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL);
556 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL);
1760 cv_init(&spa_namespace_cv, NULL, CV_DEFAULT, NULL);
H A Drrwlock.c144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL);
H A Dzil.c1713 cv_init(&zilog->zl_cv_writer, NULL, CV_DEFAULT, NULL);
1714 cv_init(&zilog->zl_cv_suspend, NULL, CV_DEFAULT, NULL);
1715 cv_init(&zilog->zl_cv_batch[0], NULL, CV_DEFAULT, NULL);
1716 cv_init(&zilog->zl_cv_batch[1], NULL, CV_DEFAULT, NULL);
H A Ddmu_traverse.c537 cv_init(&pd.pd_cv, NULL, CV_DEFAULT, NULL);
H A Dtrim_map.c596 cv_init(&spa->spa_trim_cv, NULL, CV_DEFAULT, NULL);
H A Ddsl_pool.c202 cv_init(&dp->dp_spaceavail_cv, NULL, CV_DEFAULT, NULL);
H A Dzfs_dir.c251 cv_init(&dl->dl_cv, NULL, CV_DEFAULT, NULL);
H A Dddt.c652 cv_init(&dde->dde_cv, NULL, CV_DEFAULT, NULL);
H A Darc.c983 cv_init(&buf->b_cv, NULL, CV_DEFAULT, NULL);
4010 cv_init(&arc_reclaim_thr_cv, NULL, CV_DEFAULT, NULL);
5524 cv_init(&l2arc_feed_thr_cv, NULL, CV_DEFAULT, NULL);
H A Dmetaslab.c1054 cv_init(&msp->ms_load_cv, NULL, CV_DEFAULT, NULL);
H A Ddnode.c74 cv_init(&dn->dn_notxholds, NULL, CV_DEFAULT, NULL);
H A Ddbuf.c68 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL);
H A Dzio.c565 cv_init(&zio->io_cv, NULL, CV_DEFAULT, NULL);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h316 #define CV_DEFAULT USYNC_THREAD macro

Completed in 280 milliseconds