Home
last modified time | relevance | path

Searched refs:PIPE_SIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dpipe.h73 #ifndef PIPE_SIZE
74 #define PIPE_SIZE 16384 macro
/xnu-10002.41.9/bsd/kern/
H A Dsys_pipe.c273 #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()