Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_pipe.c210 static int pipefragretry; variable
221 SYSCTL_INT(_kern_ipc, OID_AUTO, pipefragretry, CTLFLAG_RD,
222 &pipefragretry, 0, "Pipe allocation retries due to fragmentation");
607 pipefragretry++; in pipespace_new()
620 pipefragretry++; in pipespace_new()