Home
last modified time | relevance | path

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

/sound/core/
Dsgbuf.c71 unsigned int i, pages, chunk, maxpages; in snd_malloc_sgbuf_pages() local
94 maxpages = MAX_ALLOC_PAGES; in snd_malloc_sgbuf_pages()
98 if (chunk > maxpages) in snd_malloc_sgbuf_pages()
99 chunk = maxpages; in snd_malloc_sgbuf_pages()
123 if (chunk < maxpages) in snd_malloc_sgbuf_pages()
124 maxpages = chunk; in snd_malloc_sgbuf_pages()