| /freebsd/sys/cddl/compat/opensolaris/sys/ |
| H A D | kcondvar.h | 56 cv_init((cv), _name); \ 58 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A 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/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A 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); \
|
| H A D | condvar.h | 102 cv_init((cv), _name); \ 104 #define cv_init(cv, name, type, arg) zfs_cv_init(cv, name, type, arg) macro
|
| H A D | spl_condvar.h | 53 void cv_init(struct cv *cvp, const char *desc);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | bqueue.c | 64 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init() 65 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
|
| H A D | txg.c | 137 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init() 147 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 148 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 149 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 150 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 151 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
|
| H A D | zthr.c | 295 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer() 296 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
|
| H A D | zfs_rlock.c | 215 cv_init(&lr->lr_write_cv, NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_writer() 428 cv_init(&prev->lr_read_cv, in zfs_rangelock_enter_reader() 454 cv_init(&next->lr_read_cv, in zfs_rangelock_enter_reader()
|
| H A D | zrlock.c | 57 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
|
| /freebsd/contrib/openbsm/bin/auditdistd/ |
| H A D | sender.c | 107 cv_init(&adist_remote_cond); in init_environment() 110 cv_init(&adist_free_list_cond); in init_environment() 113 cv_init(&adist_send_list_cond); in init_environment() 116 cv_init(&adist_recv_list_cond); in init_environment()
|
| H A D | receiver.c | 119 cv_init(&adist_free_list_cond); in init_environment() 122 cv_init(&adist_disk_list_cond); in init_environment() 125 cv_init(&adist_send_list_cond); in init_environment()
|
| /freebsd/sys/kern/ |
| H A D | tty_pts.c | 765 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc() 766 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc() 811 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc_external() 812 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc_external()
|
| /freebsd/contrib/netbsd-tests/rump/kernspace/ |
| H A D | busypage.c | 69 cv_init(&tcv, "napina"); in rumptest_busypage()
|
| H A D | thread.c | 95 cv_init(&cv, "jooei"); in rumptest_thread()
|
| H A D | alloc.c | 86 cv_init(&kcv, "venailu"); in rumptest_alloc()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 297 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 298 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 299 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
|
| H A D | condvar.c | 43 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init() function
|
| /freebsd/sys/dev/usb/ |
| H A D | usb_process.c | 212 cv_init(&up->up_cv, "-"); in usb_proc_create() 213 cv_init(&up->up_drain, "usbdrain"); in usb_proc_create()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | condvar.h | 48 extern void cv_init(kcondvar_t *cv, char *name, int type, void *arg);
|
| /freebsd/sys/sys/ |
| H A D | condvar.h | 48 void cv_init(struct cv *cvp, const char *desc);
|
| /freebsd/sys/security/audit/ |
| H A D | audit.c | 362 cv_init(&audit_worker_cv, "audit_worker_cv"); in audit_init() 363 cv_init(&audit_watermark_cv, "audit_watermark_cv"); in audit_init() 364 cv_init(&audit_fail_cv, "audit_fail_cv"); in audit_init()
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 136 cv_init(&c->cv, "VCHI completion cv"); in init_completion() 311 cv_init(&s->cv, "sema cv"); in _sema_init()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ww_mutex.h | 136 cv_init(&lock->condvar, "lkpi-ww"); in ww_mutex_init()
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | condvar.h | 99 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg) macro
|