Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c211 static int pipeallocfail; variable
223 SYSCTL_INT(_kern_ipc, OID_AUTO, pipeallocfail, CTLFLAG_RD,
224 &pipeallocfail, 0, "Pipe allocation failures");
624 pipeallocfail++; in pipespace_new()