Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c215 static int piperesizefail; variable
228 SYSCTL_INT(_kern_ipc, OID_AUTO, piperesizefail, CTLFLAG_RD,
229 &piperesizefail, 0, "Pipe resize failures");
623 piperesizefail++; in pipespace_new()