Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 May 2007 08:32:30 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern uipc_usrreq.c
Message-ID:  <200705080832.l488WUH1086321@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-08 08:32:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/kern             uipc_usrreq.c 
  Log:
  Merge uipc_usrreq.c:1.171 from HEAD to RELENG_6:
  
    Reduce periods of simultaneous acquisition of various socket buffer
    locks and the unplock during uipc_rcvd() and uipc_send() by caching
    certain values from one structure while its locks are held, and
    applying them to a second structure while its locks are held.  If
    done carefully, this should be correct, and will reduce the amount
    of work done with the global unp lock held.
  
    Tested by:      kris (earlier version)
  
  Revision    Changes    Path
  1.155.2.12  +24 -18    src/sys/kern/uipc_usrreq.c



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