Date: Fri, 18 May 2007 06:32:25 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_sleepqueue.c subr_turnstile.c Message-ID: <200705180632.l4I6WP5s067425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff        2007-05-18 06:32:24 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             subr_sleepqueue.c subr_turnstile.c 
  Log:
   - Convert turnstiles and sleepqueus to use UMA.  This provides a modest
     speedup and will be more useful after each gains a spinlock in the
     impending thread_lock() commit.
   - Move initialization and asserts into init/fini routines.  fini routines
     are only needed in the INVARIANTS case for now.
  
  Submitted by:   Attilio Rao <attilio@FreeBSD.org>
  Tested by:      kris, jeff
  
  Revision  Changes    Path
  1.36      +52 -17    src/sys/kern/subr_sleepqueue.c
  1.167     +54 -21    src/sys/kern/subr_turnstile.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705180632.l4I6WP5s067425>
