DragonFly BSD
DragonFly commits List (threaded) for 2010-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 30 Aug 2010 00:07:23 -0700 (PDT)

commit a7b169229c1113079bc58999a311d3a2f8b09a67
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]