Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c212 static int piperesizefail; variable
225 SYSCTL_INT(_kern_ipc, OID_AUTO, piperesizefail, CTLFLAG_RD,
226 &piperesizefail, 0, "Pipe resize failures");
628 piperesizefail++; in pipespace_new()