Home
last modified time | relevance | path

Searched refs:CHN_F_SLEEPING (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h357 #define CHN_F_SLEEPING 0x00000020 macro
H A Dchannel.c312 if (c->flags & CHN_F_SLEEPING) { in chn_wakeup()
335 KASSERT((c->flags & CHN_F_SLEEPING) == 0, in chn_sleep()
341 c->flags |= CHN_F_SLEEPING; in chn_sleep()
343 c->flags &= ~CHN_F_SLEEPING; in chn_sleep()
H A Dsound.c312 if ((ch->flags & CHN_F_SLEEPING) == 0) { in pcm_killchans()