Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dpipe.h77 #define PIPE_KVAMAX (1024 * 1024 * 16) macro
/xnu-8019.80.24/bsd/kern/
H A Dsys_pipe.c241 int maxpipekva __attribute__((used)) = PIPE_KVAMAX; /* allowing 16MB max. */