Home
last modified time | relevance | path

Searched refs:CHN_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h186 #define CHN_INSERT_HEAD(x, y, z) \ macro
202 CHN_INSERT_HEAD(x, y, z); \
236 CHN_INSERT_HEAD(x, y, z); \
H A Dvchan.c166 CHN_INSERT_HEAD(p, c, children.busy); in vchan_trigger()
H A Ddsp.c485 CHN_INSERT_HEAD(d, rdch, channels.pcm.opened); in dsp_open()
487 CHN_INSERT_HEAD(d, wrch, channels.pcm.opened); in dsp_open()
H A Dchannel.c2356 CHN_INSERT_HEAD(d, c, channels.pcm.busy); in chn_trigger()