Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c241 int maxpipekva __attribute__((used)) = PIPE_KVAMAX; /* allowing 16MB max. */ variable
246 SYSCTL_INT(_kern_ipc, OID_AUTO, maxpipekva, CTLFLAG_RD | CTLFLAG_LOCKED,
247 &maxpipekva, 0, "Pipe KVA limit");
958 amountpipekva < maxpipekva)) { in pipe_write()
/xnu-12377.61.12/tools/lldbmacros/
H A Dipc.py1853 sizeof_fmt(int(kern.globals.maxpipekva))