BUFFER_SIZE       128 fs/cramfs/inode.c static unsigned char read_buffers[READ_BUFFERS][BUFFER_SIZE];
BUFFER_SIZE       160 fs/cramfs/inode.c 		if (blk_offset + len > BUFFER_SIZE)
BUFFER_SIZE       154 sound/core/pcm_native.c 	HW_PARAM(BUFFER_SIZE),
BUFFER_SIZE       165 sound/oss/sh_dac_audio.c 		return put_user(BUFFER_SIZE, (int *)arg);
BUFFER_SIZE       195 sound/oss/sh_dac_audio.c 		free += BUFFER_SIZE;
BUFFER_SIZE       197 sound/oss/sh_dac_audio.c 		free = BUFFER_SIZE;
BUFFER_SIZE       206 sound/oss/sh_dac_audio.c 		nbytes = data_buffer + BUFFER_SIZE - buffer_end;
BUFFER_SIZE       278 sound/oss/sh_dac_audio.c 		if (buffer_begin == data_buffer + BUFFER_SIZE)
BUFFER_SIZE       299 sound/oss/sh_dac_audio.c 	data_buffer = kmalloc(BUFFER_SIZE, GFP_KERNEL);