Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dbuffer.h101 struct kqinfo *sndbuf_getkq(struct snd_dbuf *b);
H A Dbuffer.c462 sndbuf_getkq(struct snd_dbuf *b) in sndbuf_getkq() function
H A Dchannel.c334 if (SLIST_FIRST(&sndbuf_getkq(bs)->ki_note) && chn_polltrigger(c)) { in chn_wakeup()
335 KNOTE(&sndbuf_getkq(bs)->ki_note, 0); in chn_wakeup()
H A Ddsp.c2235 klist = &sndbuf_getkq(bs)->ki_note; in dsp_kqfilter()
2254 klist = &sndbuf_getkq(bs)->ki_note; in dsp_filter_detach()