Home
last modified time | relevance | path

Searched refs:CHN_EMPTY (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dvchan.c875 if (CHN_EMPTY(parent, children)) in vchan_destroy()
881 if (CHN_EMPTY(parent, children)) { in vchan_destroy()
1027 CHN_EMPTY(c, children) || in vchan_setnew()
H A Dsound.c187 if (!PCM_REGISTERED(d) || CHN_EMPTY(d, channels.pcm)) in sysctl_hw_snd_default_unit()
334 } while (!CHN_EMPTY(d, channels.pcm)); in pcm_killchans()
H A Dchannel.c309 if (CHN_EMPTY(c, children.busy)) { in chn_wakeup()
705 if (snd_verbose > 3 && CHN_EMPTY(c, children)) in chn_start()
2028 if (!CHN_EMPTY(c, children)) { in chn_resizebuf()
2442 if (CHN_EMPTY(c, children)) in chn_notify()
2487 nrun = CHN_EMPTY(c, children.busy) ? 0 : 1; in chn_notify()
H A Dchannel.h177 #define CHN_EMPTY(x, y) SLIST_EMPTY(CHN_HEAD(x, y)) macro
H A Dsndstat.c1102 if (CHN_EMPTY(d, channels.pcm)) { in sndstat_prepare_pcm()