| /freebsd-12-stable/sys/cddl/compat/opensolaris/sys/ |
| D | kcondvar.h | 45 CV_DEFAULT, enumerator 51 ASSERT((type) == CV_DEFAULT); \
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | bqueue.c | 39 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()
|
| D | txg.c | 138 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()
|
| D | zfs_rlock.c | 196 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()
|
| D | spa_misc.c | 508 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()
|
| D | zrlock.c | 55 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
|
| D | zthr.c | 262 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
|
| D | rrwlock.c | 144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL); in rrw_init()
|
| D | mmp.c | 216 cv_init(&mmp->mmp_thread_cv, NULL, CV_DEFAULT, NULL); in mmp_init()
|
| D | trim_map.c | 591 cv_init(&spa->spa_trim_cv, NULL, CV_DEFAULT, NULL); in trim_thread_create()
|
| D | dmu_traverse.c | 589 cv_init(&pd.pd_cv, NULL, CV_DEFAULT, NULL); in traverse_impl()
|
| D | vdev_removal.c | 190 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()
|
| D | dsl_pool.c | 320 cv_init(&dp->dp_spaceavail_cv, NULL, CV_DEFAULT, NULL); in dsl_pool_open_impl()
|
| D | ddt.c | 653 cv_init(&dde->dde_cv, NULL, CV_DEFAULT, NULL); in ddt_alloc()
|
| D | zil.c | 2650 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()
|
| D | arc.c | 1767 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()
|
| D | metaslab.c | 744 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()
|
| D | vdev.c | 636 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()
|
| D | dbuf.c | 310 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()
|
| D | dnode.c | 130 cv_init(&dn->dn_notxholds, NULL, CV_DEFAULT, NULL); in dnode_cons()
|
| D | dmu_send.c | 3170 cv_init(&rwa.cv, NULL, CV_DEFAULT, NULL); in dmu_recv_stream()
|
| D | dsl_scan.c | 3827 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/ |
| 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-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/ |
| D | taskq.c | 261 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/ |
| D | zfs_context.h | 327 #define CV_DEFAULT USYNC_THREAD macro
|