Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/sound/pcm/
HDbuffer.h93 unsigned int sndbuf_getallocsize(struct snd_dbuf *b);
HDbuffer.c447 sndbuf_getallocsize(struct snd_dbuf *b) in sndbuf_getallocsize() function
HDdsp.c2294 (*offset + size) > sndbuf_getallocsize(c->bufsoft) || in dsp_mmap_single()