git: kernel - Switch to exclusive spinlocks in kern_descrip.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Aug 30 00:08:26 PDT 2010


commit a7b169229c1113079bc58999a311d3a2f8b09a67
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Aug 29 23:13:59 2010 -0700

    kernel - Switch to exclusive spinlocks in kern_descrip.c
    
    * This isn't expected to have much of an effect on performance and I want
      to get rid of shared spinlocks.  If it becomes an issue for descriptor
      lookups we could actually move to a spinless lookup/hold model using
      defered frees.

Summary of changes:
 sys/kern/kern_descrip.c |   65 ++++++++++++++++++++++++----------------------
 1 files changed, 34 insertions(+), 31 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a7b169229c1113079bc58999a311d3a2f8b09a67


-- 
DragonFly BSD source repository





More information about the Commits mailing list