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

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c106 * reduced. The total amount of kernel memory used is governed by maxpipekva.
112 * kern.ipc.maxpipekva - This is a hard limit on the amount of pageable
203 int maxpipekva = PIPE_KVAMAX; /* allowing 16MB max. */ variable
208 SYSCTL_INT(_kern_ipc, OID_AUTO, maxpipekva, CTLFLAG_RD|CTLFLAG_LOCKED,
209 &maxpipekva, 0, "Pipe KVA limit");
904 amountpipekva < maxpipekva ) ) {

Completed in 18 milliseconds