Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2007 17:33:10 +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 sys_pipe.c
Message-ID:  <200705271733.l4RHXA5W035482@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2007-05-27 17:33:10 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             sys_pipe.c 
  Log:
  Remove amountpipes counter for pipes -- this replicates the function of
  existing UMA statistics for pipes, and allows us to get rid of both the
  per-pipe dtor and two atomic operations per pipe required to maintain
  the counter.
  
  Revision  Changes    Path
  1.191     +2 -19     src/sys/kern/sys_pipe.c



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