Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_pipe.c209 static int pipeallocfail; variable
219 SYSCTL_INT(_kern_ipc, OID_AUTO, pipeallocfail, CTLFLAG_RD,
220 &pipeallocfail, 0, "Pipe allocation failures");
566 pipeallocfail++; in pipespace_new()