Searched refs:cv_broadcastpri (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dcondvar.h64 void cv_broadcastpri(struct cv *cvp, int pri);
83 #define cv_broadcast(cvp) cv_broadcastpri(cvp, 0)
/freebsd-10-stable/sys/kern/
H A Dsubr_log.c243 cv_broadcastpri(&log_wakeup, LOG_RDPRI);
H A Dkern_condvar.c457 cv_broadcastpri(struct cv *cvp, int pri) function
H A Dsys_generic.c1807 cv_broadcastpri(&stp->st_wait, pri);
/freebsd-10-stable/sys/dev/sound/pcm/
H A Dchannel.h251 cv_broadcastpri(x, PRIBIO); \
/freebsd-10-stable/share/man/man9/
H A DMakefile559 condvar.9 cv_broadcastpri.9 \
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1561 cv_broadcastpri(&we->we_cv,
3368 cv_broadcastpri(&we->we_cv,

Completed in 85 milliseconds