Searched refs:PIPE_SIZE (Results 1 – 2 of 2) sorted by relevance
73 #ifndef PIPE_SIZE74 #define PIPE_SIZE 16384 macro
273 #define MAX_PIPESIZE(pipe) ( MAX(PIPE_SIZE, (pipe)->pipe_buffer.size) )307 …onst unsigned int pipesize_blocks[] = {512, 1024, 2048, 4096, 4096 * 2, PIPE_SIZE, PIPE_SIZE * 4 };496 pipe_size = MAX(PIPE_SIZE, pipesize_blocks[0]); in pipe_stat()1712 pipe_size = PIPE_SIZE; in fill_pipeinfo()