Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/kern/
H A Dsys_pipe.c236 static int amountpipes; /* total number of pipes in system */ variable
251 &amountpipes, 0, "Current # of pipes");
601 OSAddAtomic(1, &amountpipes); in pipespace()
1326 OSAddAtomic(-1, &amountpipes); in pipe_free_kmem()
/xnu-11417.121.6/tools/lldbmacros/
H A Dipc.py1529 print("Number of pipes: {: d}".format(kern.globals.amountpipes))