| /freebsd-14.2/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-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | callb.h | 139 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \ 140 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
|
| H A D | condvar.h | 101 cv_init((cv), _name); \ 103 #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-14.2/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-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | bqueue.c | 63 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init() 64 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
|
| H A D | txg.c | 135 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init() 145 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 146 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 147 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 148 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 149 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
|
| H A D | zthr.c | 294 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer() 295 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
|
| H A D | zfs_rlock.c | 214 cv_init(&lr->lr_write_cv, NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_writer() 427 cv_init(&prev->lr_read_cv, in zfs_rangelock_enter_reader() 453 cv_init(&next->lr_read_cv, in zfs_rangelock_enter_reader()
|
| H A D | zrlock.c | 56 cv_init(&zrl->zr_cv, NULL, CV_DEFAULT, NULL); in zrl_init()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | taskq.c | 276 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 277 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 278 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
|
| /freebsd-14.2/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-14.2/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-14.2/sys/kern/ |
| H A D | tty_pts.c | 764 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc() 765 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc() 810 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc_external() 811 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc_external()
|
| H A D | kern_sema.c | 56 cv_init(&sema->sema_cv, description); in sema_init()
|
| /freebsd-14.2/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-14.2/sys/security/audit/ |
| H A D | audit.c | 363 cv_init(&audit_worker_cv, "audit_worker_cv"); in audit_init() 364 cv_init(&audit_watermark_cv, "audit_watermark_cv"); in audit_init() 365 cv_init(&audit_fail_cv, "audit_fail_cv"); in audit_init()
|
| /freebsd-14.2/sys/sys/ |
| H A D | condvar.h | 48 void cv_init(struct cv *cvp, const char *desc);
|
| /freebsd-14.2/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 137 cv_init(&c->cv, "VCHI completion cv"); in init_completion() 312 cv_init(&s->cv, "sema cv"); in _sema_init()
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | condvar.h | 98 #define cv_init(cvp, name, type, arg) __cv_init(cvp, name, type, arg) macro
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ww_mutex.h | 136 cv_init(&lock->condvar, "lkpi-ww"); in ww_mutex_init()
|
| /freebsd-14.2/sys/dev/altera/sdcard/ |
| H A D | altera_sdcard.h | 77 #define ALTERA_SDCARD_CONDVAR_INIT(sc) cv_init(&(sc)->as_condvar, \
|