Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dpipe.h34 #ifndef PIPE_SIZE
35 #define PIPE_SIZE 16384 macro
/f-stack/freebsd/kern/
H A Dsys_pipe.c204 #define MINPIPESIZE (PIPE_SIZE/3)
205 #define MAXPIPESIZE (2*PIPE_SIZE/3)
683 maxpipekva / 2 ? SMALL_PIPE_SIZE : PIPE_SIZE); in pipe_create()