Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/sound/pcm/
Dchannel.h354 #define CHN_F_SLEEPING 0x00000020 macro
Dchannel.c311 if (c->flags & CHN_F_SLEEPING) { in chn_wakeup()
338 c->flags |= CHN_F_SLEEPING; in chn_sleep()
340 c->flags &= ~CHN_F_SLEEPING; in chn_sleep()