Home
last modified time | relevance | path

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

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