Use spinlocks instead of tokens to interlock the objcache depot.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Nov 2006 22:19:54 +0000 (22:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Nov 2006 22:19:54 +0000 (22:19 +0000)
commit54d017fd90981de61697475d7db081784fa2b690
tree407c82e2cd3e359e6df45312d3c1583481255625
parent27db6797972e40876973342101a2ec3e108021c6
Use spinlocks instead of tokens to interlock the objcache depot.
The cpu-localized critical path is still lockless.
sys/kern/kern_objcache.c