Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Nov 2000 11:15:23 -0800 (PST)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys resourcevar.h src/sys/kern kern_resource.c
Message-ID:  <200011301915.eAUJFN960975@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alfred      2000/11/30 11:15:23 PST

  Modified files:
    sys/sys              resourcevar.h 
    sys/kern             kern_resource.c 
  Log:
  use a oppurtunistic locking strategy with the uidinfo structures to avoid
  locking the global hash on each uifree()
  
  make struct uidinfo only visible to the kernel
  
  make uihold() a function rather than a macro to reduce bloat
  
  swap the order of a spl/mutex to maintain consistancy
  
  Revision  Changes    Path
  1.19      +5 -10     src/sys/sys/resourcevar.h
  1.67      +56 -5     src/sys/kern/kern_resource.c



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?200011301915.eAUJFN960975>