Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Nov 2001 13:55:13 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_lock.c kern_mtxpool.c kern_sx.c subr_param.c src/sys/sys kernel.h mutex.h sx.h src/sys/conf files
Message-ID:  <200111132155.fADLtDO22424@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      2001/11/13 13:55:13 PST

  Modified files:
    sys/kern             kern_lock.c kern_sx.c subr_param.c 
    sys/sys              mutex.h kernel.h sx.h 
    sys/conf             files 
  Added files:
    sys/kern             kern_mtxpool.c 
  Log:
  Create a mutex pool API for short term leaf mutexes.
  Replace the manual mutex pool in kern_lock.c (lockmgr locks) with the new API.
  Replace the mutexes embedded in sxlocks with the new API.
  
  Revision  Changes    Path
  1.581     +1 -0      src/sys/conf/files
  1.52      +14 -38    src/sys/kern/kern_lock.c
  1.1       +112 -0    src/sys/kern/kern_mtxpool.c (new)
  1.14      +27 -28    src/sys/kern/kern_sx.c
  1.46      +1 -9      src/sys/kern/subr_param.c
  1.97      +1 -0      src/sys/sys/kernel.h
  1.45      +7 -0      src/sys/sys/mutex.h
  1.15      +1 -1      src/sys/sys/sx.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111132155.fADLtDO22424>