max_cache_pages 1700 include/sound/emu10k1.h int max_cache_pages; /* max memory size / PAGE_SIZE */ max_cache_pages 1902 sound/pci/emu10k1/emu10k1_main.c emu->max_cache_pages = max_cache_bytes >> PAGE_SHIFT; max_cache_pages 1916 sound/pci/emu10k1/emu10k1_main.c emu->max_cache_pages)); max_cache_pages 1918 sound/pci/emu10k1/emu10k1_main.c emu->max_cache_pages)); max_cache_pages 1934 sound/pci/emu10k1/emu10k1_main.c emu->memhdr = snd_util_memhdr_new(emu->max_cache_pages * PAGE_SIZE); max_cache_pages 216 sound/pci/emu10k1/memory.c if (page + psize > emu->max_cache_pages) max_cache_pages 550 sound/pci/emu10k1/memory.c if (snd_BUG_ON(page < 0 || page >= emu->max_cache_pages))