Searched refs:MAX_MEM_BLOCKS (Results 1 – 3 of 3) sorted by relevance
71 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_audiodrv()72 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_audiodrv()76 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_audiodrv()77 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_audiodrv()132 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_mixer()133 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_mixer()
141 #define MAX_MEM_BLOCKS 1024 macro
58 void * sound_mem_blocks[MAX_MEM_BLOCKS];566 if (sound_nblocks >= MAX_MEM_BLOCKS - 1) in oss_init()