| /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 | 130 cv_init(&(cp)->cc_callb_cv, NULL, CV_DEFAULT, NULL); \ 131 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 | 60 cv_init(&q->bq_add_cv, NULL, CV_DEFAULT, NULL); in bqueue_init() 61 cv_init(&q->bq_pop_cv, NULL, CV_DEFAULT, NULL); in bqueue_init()
|
| H A D | txg.c | 127 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, in txg_init() 137 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 138 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 139 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL); in txg_init() 140 cv_init(&tx->tx_quiesce_done_cv, NULL, CV_DEFAULT, NULL); in txg_init() 141 cv_init(&tx->tx_exit_cv, NULL, CV_DEFAULT, NULL); in txg_init()
|
| H A D | zthr.c | 291 cv_init(&t->zthr_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer() 292 cv_init(&t->zthr_wait_cv, NULL, CV_DEFAULT, NULL); in zthr_create_timer()
|
| H A D | zfs_rlock.c | 205 cv_init(&lr->lr_write_cv, NULL, CV_DEFAULT, NULL); in zfs_rangelock_enter_writer() 418 cv_init(&prev->lr_read_cv, in zfs_rangelock_enter_reader() 444 cv_init(&next->lr_read_cv, in zfs_rangelock_enter_reader()
|
| H A D | spa_misc.c | 451 cv_init(&scl->scl_cv, NULL, CV_DEFAULT, NULL); in spa_config_lock_init() 764 cv_init(&spa->spa_async_cv, NULL, CV_DEFAULT, NULL); in spa_add() 765 cv_init(&spa->spa_evicting_os_cv, NULL, CV_DEFAULT, NULL); in spa_add() 766 cv_init(&spa->spa_proc_cv, NULL, CV_DEFAULT, NULL); in spa_add() 767 cv_init(&spa->spa_scrub_io_cv, NULL, CV_DEFAULT, NULL); in spa_add() 768 cv_init(&spa->spa_suspend_cv, NULL, CV_DEFAULT, NULL); in spa_add() 769 cv_init(&spa->spa_activities_cv, NULL, CV_DEFAULT, NULL); in spa_add() 770 cv_init(&spa->spa_waiters_cv, NULL, CV_DEFAULT, NULL); in spa_add() 2627 cv_init(&spa_namespace_cv, NULL, CV_DEFAULT, NULL); in spa_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 | 768 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc() 769 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc() 814 cv_init(&psc->pts_inwait, "ptsin"); in pts_alloc_external() 815 cv_init(&psc->pts_outwait, "ptsout"); in pts_alloc_external()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | taskq.c | 287 cv_init(&tq->tq_dispatch_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 288 cv_init(&tq->tq_wait_cv, NULL, CV_DEFAULT, NULL); in taskq_create() 289 cv_init(&tq->tq_maxalloc_cv, NULL, CV_DEFAULT, NULL); in taskq_create()
|
| H A D | condvar.c | 33 cv_init(kcondvar_t *cv, char *name, int type, void *arg) in cv_init() function
|
| /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/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 | 38 extern void cv_init(kcondvar_t *cv, char *name, int type, void *arg);
|
| /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/sys/ |
| H A D | condvar.h | 48 void cv_init(struct cv *cvp, const char *desc);
|
| /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
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | ww_mutex.h | 136 cv_init(&lock->condvar, "lkpi-ww"); in ww_mutex_init()
|