| /src/external/cddl/osnet/dist/uts/common/sys/ |
| callb.h | 140 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \ 141 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \ 151 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \ 152 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
|
| /src/external/cddl/osnet/sys/sys/ |
| kcondvar.h | 40 CV_DEFAULT,
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| bqueue.c | 39 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); 40 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL);
|
| zrlock.c | 55 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL);
|
| txg.c | 137 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, 147 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); 148 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); 149 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); 150 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); 151 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL);
|
| spa_misc.c | 481 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); 718 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL); 719 cv_init(&spa->spa_evicting_os_cv, NULL, CV_DEFAULT, NULL); 720 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL); 721 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL); 722 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL); 2038 cv_init(&spa_namespace_cv, NULL, CV_DEFAULT, NULL);
|
| zfs_rlock.c | 177 cv_init(&rl->r_wr_cv, NULL, CV_DEFAULT, NULL); 380 cv_init(&prev->r_rd_cv, NULL, CV_DEFAULT, NULL); 403 cv_init(&next->r_rd_cv, NULL, CV_DEFAULT, NULL);
|
| rrwlock.c | 144 cv_init(&rrl->rr_cv, NULL, CV_DEFAULT, NULL);
|
| zil.c | 1780 cv_init(&zilog->zl_cv_writer, NULL, CV_DEFAULT, NULL); 1781 cv_init(&zilog->zl_cv_suspend, NULL, CV_DEFAULT, NULL); 1782 cv_init(&zilog->zl_cv_batch[0], NULL, CV_DEFAULT, NULL); 1783 cv_init(&zilog->zl_cv_batch[1], NULL, CV_DEFAULT, NULL);
|
| trim_map.c | 615 cv_init(&spa->spa_trim_cv, NULL, CV_DEFAULT, NULL);
|
| dmu_traverse.c | 590 cv_init(&pd.pd_cv, NULL, CV_DEFAULT, NULL);
|
| dsl_pool.c | 271 cv_init(&dp->dp_spaceavail_cv, NULL, CV_DEFAULT, NULL);
|
| arc.c | 1586 cv_init(&hdr->b_l1hdr.b_cv, NULL, CV_DEFAULT, NULL); 6070 cv_init(&arc_reclaim_thread_cv, NULL, CV_DEFAULT, NULL); 6071 cv_init(&arc_reclaim_waiters_cv, NULL, CV_DEFAULT, NULL); 6075 cv_init(&arc_dnlc_evicts_cv, NULL, CV_DEFAULT, NULL); 7444 cv_init(&l2arc_feed_thr_cv, NULL, CV_DEFAULT, NULL);
|
| ddt.c | 652 cv_init(&dde->dde_cv, NULL, CV_DEFAULT, NULL);
|
| dbuf.c | 143 cv_init(&db->db_changed, NULL, CV_DEFAULT, NULL); 634 cv_init(&dbuf_evict_cv, NULL, CV_DEFAULT, NULL);
|
| dnode.c | 113 cv_init(&dn->dn_notxholds, NULL, CV_DEFAULT, NULL);
|
| metaslab.c | 1479 cv_init(&ms->ms_load_cv, NULL, CV_DEFAULT, NULL);
|
| dmu_send.c | 2957 cv_init(&rwa.cv, NULL, CV_DEFAULT, NULL);
|
| zio.c | 640 cv_init(&zio->io_cv, NULL, CV_DEFAULT, NULL);
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/ |
| taskq.c | 250 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); 251 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); 252 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL);
|
| /src/external/cddl/osnet/sys/kern/ |
| taskq.c | 277 cv_init(&tq->tq_cv, NULL, CV_DEFAULT, NULL);
|
| /src/external/cddl/osnet/dist/lib/libzpool/common/sys/ |
| zfs_context.h | 336 #define CV_DEFAULT USYNC_THREAD
|