Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dsys_pipe.c214 static int pipeallocfail; variable
226 SYSCTL_INT(_kern_ipc, OID_AUTO, pipeallocfail, CTLFLAG_RD,
227 &pipeallocfail, 0, "Pipe allocation failures");
619 pipeallocfail++; in pipespace_new()