Searched refs:maxpages (Results 1 – 1 of 1) sorted by relevance
71 unsigned int i, pages, chunk, maxpages; in snd_malloc_sgbuf_pages() local94 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()