Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dbuffer.h87 unsigned int sndbuf_getallocsize(struct snd_dbuf *b);
H A Dbuffer.c437 sndbuf_getallocsize(struct snd_dbuf *b) in sndbuf_getallocsize() function
H A Ddsp.c1880 (*offset + size) > sndbuf_getallocsize(c->bufsoft) || in dsp_mmap_single()