Searched refs:cv_broadcast (Results 1 - 25 of 74) sorted by relevance

123

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzthr.c238 cv_broadcast(&t->zthr_cv);
314 cv_broadcast(&t->zthr_cv);
353 cv_broadcast(&t->zthr_cv);
H A Dtxg.c238 cv_broadcast(&tx->tx_exit_cv);
284 cv_broadcast(&tx->tx_quiesce_more_cv);
285 cv_broadcast(&tx->tx_quiesce_done_cv);
286 cv_broadcast(&tx->tx_sync_more_cv);
345 cv_broadcast(&tc->tc_cv[g]);
521 cv_broadcast(&tx->tx_quiesce_more_cv);
538 cv_broadcast(&tx->tx_quiesce_more_cv);
552 cv_broadcast(&tx->tx_sync_done_cv);
605 cv_broadcast(&tx->tx_sync_more_cv);
606 cv_broadcast(
[all...]
H A Dzfs_rlock.c503 cv_broadcast(&remove->lr_write_cv);
507 cv_broadcast(&remove->lr_read_cv);
538 cv_broadcast(&lr->lr_write_cv);
542 cv_broadcast(&lr->lr_read_cv);
570 cv_broadcast(&lr->lr_write_cv);
574 cv_broadcast(&lr->lr_read_cv);
611 cv_broadcast(&lr->lr_write_cv);
613 cv_broadcast(&lr->lr_read_cv);
H A Drrwlock.c247 cv_broadcast(&rrl->rr_cv);
267 cv_broadcast(&rrl->rr_cv);
273 cv_broadcast(&rrl->rr_cv);
H A Dzrlock.c152 cv_broadcast(&zrl->zr_cv);
H A Dmmp.c251 cv_broadcast(&mmp->mmp_thread_cv);
280 cv_broadcast(&mmp->mmp_thread_cv);
735 cv_broadcast(&mmp->mmp_thread_cv);
H A Dvdev_initialize.c184 cv_broadcast(&vd->vdev_initialize_io_cv);
411 cv_broadcast(&mg->mg_ms_initialize_cv);
424 cv_broadcast(&mg->mg_ms_initialize_cv);
655 cv_broadcast(&vd->vdev_initialize_cv);
H A Ddmu_traverse.c278 cv_broadcast(&pd->pd_cv);
518 cv_broadcast(&pfd->pd_cv);
545 cv_broadcast(&td_main->td_pfd->pd_cv);
619 cv_broadcast(&pd.pd_cv);
/freebsd-12-stable/sys/dev/sound/midi/
H A Dsequencer.c450 cv_broadcast(&scp->empty_cv);
461 cv_broadcast(&scp->out_cv);
468 cv_broadcast(&scp->th_cv);
641 cv_broadcast(&scp->out_cv);
642 cv_broadcast(&scp->state_cv);
643 cv_broadcast(&scp->reset_cv);
972 cv_broadcast(&scp->out_cv);
973 cv_broadcast(&scp->state_cv);
1117 cv_broadcast(&scp->state_cv);
1118 cv_broadcast(
[all...]
/freebsd-12-stable/sys/sys/
H A Dcondvar.h45 * and is held across calls to cv_signal() and cv_broadcast(). It is an
85 #define cv_broadcast(cvp) cv_broadcastpri(cvp, 0) macro
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dtaskq.c212 cv_broadcast(&tq->tq_wait_cv);
233 cv_broadcast(&tq->tq_wait_cv);
299 cv_broadcast(&tq->tq_dispatch_cv);
/freebsd-12-stable/contrib/openbsm/bin/auditdistd/
H A Dsynch.h197 cv_broadcast(pthread_cond_t *cv) function
/freebsd-12-stable/sys/fs/autofs/
H A Dautofs.c290 cv_broadcast(&autofs_softc->sc_cv);
451 cv_broadcast(&autofs_softc->sc_cv);
613 cv_broadcast(&autofs_softc->sc_cv);
641 cv_broadcast(&autofs_softc->sc_cv);
H A Dautofs_vfsops.c155 cv_broadcast(&autofs_softc->sc_cv);
/freebsd-12-stable/sbin/hastd/
H A Dsynch.h190 cv_broadcast(pthread_cond_t *cv) function
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c288 cv_broadcast(&cp->c_done_cv);
367 cv_broadcast(&ct->ct_busy_cv);
/freebsd-12-stable/sys/dev/usb/
H A Dusb_process.c192 cv_broadcast(&up->up_drain);
475 cv_broadcast(&up->up_drain);
/freebsd-12-stable/sys/dev/snp/
H A Dsnp.c361 cv_broadcast(&ss->snp_outwait);
/freebsd-12-stable/sys/kern/
H A Dtty.c257 cv_broadcast(&tp->t_dcdwait);
357 cv_broadcast(&tp->t_dcdwait);
396 cv_broadcast(&tp->t_bgwait);
397 cv_broadcast(&tp->t_dcdwait);
1200 cv_broadcast(&tp->t_bgwait);
1201 cv_broadcast(&tp->t_dcdwait);
1524 cv_broadcast(&tp->t_outwait);
1529 cv_broadcast(&tp->t_inwait);
1879 cv_broadcast(&tp->t_bgwait);
H A Dtty_pts.c630 cv_broadcast(&psc->pts_outwait);
640 cv_broadcast(&psc->pts_inwait);
/freebsd-12-stable/sys/dev/adb/
H A Dadb_mouse.c426 cv_broadcast(&sc->sc_cv);
458 cv_broadcast(&sc->sc_cv);
/freebsd-12-stable/sys/cam/ctl/
H A Dctl_frontend_ioctl.c493 cv_broadcast(&params->sem);
507 cv_broadcast(&params->sem);
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_fence.c189 cv_broadcast(&rdev->fence_queue);
917 cv_broadcast(&rdev->fence_queue);
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dsound.h462 cv_broadcast(&(x)->cv); \
556 cv_broadcast(&(x)->cv); \
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c173 cv_broadcast(&c->cv);

Completed in 388 milliseconds

123