Searched refs:CHN_2NDBUFMAXSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
H A Dchannel.c1547 ret = min(round_pow2(v), CHN_2NDBUFMAXSIZE >> 1);
1668 *rblksz = CHN_2NDBUFMAXSIZE >> 1;
1674 return CHN_2NDBUFMAXSIZE;
1733 (blksz * blkcnt) > CHN_2NDBUFMAXSIZE))
1737 sndbuf_getalign(bs) * sndbuf_getspd(bs), CHN_2NDBUFMAXSIZE,
1786 CHN_2NDBUFMAXSIZE, &hblksz, &hblkcnt);
1834 if (limit > CHN_2NDBUFMAXSIZE)
1835 limit = CHN_2NDBUFMAXSIZE;
1848 while ((sblksz * sblkcnt) > CHN_2NDBUFMAXSIZE) {
H A Dchannel.h445 #define CHN_2NDBUFMAXSIZE (131072) macro
H A Ddsp.c1591 maxfrags = CHN_2NDBUFMAXSIZE / fragsz;
1594 if (maxfrags * fragsz > CHN_2NDBUFMAXSIZE)
1595 maxfrags = CHN_2NDBUFMAXSIZE / fragsz;

Completed in 89 milliseconds