]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove amountpipes counter for pipes -- this replicates the function of
authorrwatson <rwatson@FreeBSD.org>
Sun, 27 May 2007 17:33:10 +0000 (17:33 +0000)
committerrwatson <rwatson@FreeBSD.org>
Sun, 27 May 2007 17:33:10 +0000 (17:33 +0000)
commit60d85d52f56734ab2c0d949030629b6e7820c5e8
tree62df1ccd17376cad56afbaecaf4fad1d83078d7a
parentf5f6fef1fe7bea2ad96764610facc77ec5e12b5e
Remove amountpipes counter for pipes -- this replicates the function of
existing UMA statistics for pipes, and allows us to get rid of both the
per-pipe dtor and two atomic operations per pipe required to maintain
the counter.
sys/kern/sys_pipe.c