Searched refs:cv_init (Results 1 - 25 of 115) sorted by relevance

12345

/freebsd-13-stable/sys/cddl/compat/opensolaris/sys/
H A Dkcondvar.h58 cv_init((cv), _name); \
60 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbqueue.c53 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL);
54 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL);
H A Dzrlock.c56 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL);
H A Dzthr.c290 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL);
291 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL);
H A Dtxg.c135 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT,
145 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL);
146 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL);
147 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL);
148 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL);
149 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dcallb.h139 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \
140 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
H A Dspl_condvar.h53 void cv_init(struct cv *cvp, const char *desc);
H A Dcondvar.h101 cv_init((cv), _name); \
103 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
/freebsd-13-stable/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-13-stable/contrib/netbsd-tests/rump/kernspace/
H A Dbusypage.c69 cv_init(&tcv, "napina");
H A Dthread.c95 cv_init(&cv, "jooei");
H A Dalloc.c86 cv_init(&kcv, "venailu");
/freebsd-13-stable/sys/sys/
H A Dcondvar.h54 void cv_init(struct cv *cvp, const char *desc);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h131 cv_init(&lock->condvar, "lkpi-ww");
/freebsd-13-stable/sys/contrib/openzfs/lib/libzpool/
H A Dtaskq.c273 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL);
274 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL);
275 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dcondvar.h98 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg) macro
/freebsd-13-stable/sys/dev/altera/sdcard/
H A Daltera_sdcard.h79 #define ALTERA_SDCARD_CONDVAR_INIT(sc) cv_init(&(sc)->as_condvar, \
/freebsd-13-stable/sbin/hastd/
H A Dsynch.h140 cv_init(pthread_cond_t *cv) function
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c107 cv_init(&adist_remote_cond);
110 cv_init(&adist_free_list_cond);
113 cv_init(&adist_send_list_cond);
116 cv_init(&adist_recv_list_cond);
H A Dsynch.h138 cv_init(pthread_cond_t *cv) function
/freebsd-13-stable/sys/kern/
H A Dkern_sema.c58 cv_init(&sema->sema_cv, description);
H A Dtty_pts.c772 cv_init(&psc->pts_inwait, "ptsin");
773 cv_init(&psc->pts_outwait, "ptsout");
818 cv_init(&psc->pts_inwait, "ptsin");
819 cv_init(&psc->pts_outwait, "ptsout");
/freebsd-13-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c137 cv_init(&c->cv, "VCHI completion cv");
312 cv_init(&s->cv, "sema cv");
/freebsd-13-stable/sys/dev/usb/
H A Dusb_process.c232 cv_init(&up->up_cv, "-");
233 cv_init(&up->up_drain, "usbdrain");
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c980 cv_init(&sreq->sn_cv, NULL, CV_DEFAULT, NULL);
1008 cv_init(&areq->an_done, NULL, CV_DEFAULT, NULL);
1009 cv_init(&areq->an_turn_cv, NULL, CV_DEFAULT, NULL);
1124 cv_init(&gswq->gs_cv, NULL, CV_DEFAULT, NULL);
1142 cv_init(&ntfy_list_cv, NULL, CV_DEFAULT, NULL);
1288 cv_init(&kcfpool->kp_nothr_cv, NULL, CV_DEFAULT, NULL);
1291 cv_init(&kcfpool->kp_user_cv, NULL, CV_DEFAULT, NULL);

Completed in 212 milliseconds

12345