Do a cleanup pass on the mbuf allocator. Reorder the mmbfree cache tests
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 18 Nov 2004 01:42:26 +0000 (01:42 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 18 Nov 2004 01:42:26 +0000 (01:42 +0000)
commitc6339e397bddf17892fddbcb4af8a7353e3f80b9
tree9aac3d39c176f7c1ffffc3c782a4b5aad1722cd5
parentc397c465e5a4fa26b37f6d5f9e48e651a99142df
Do a cleanup pass on the mbuf allocator.  Reorder the mmbfree cache tests
to improve the critical path.  Use critical sections instead of spls for
protection.
sys/kern/uipc_mbuf.c