Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2003 13:49:48 -0700 (PDT)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_core.c uma_int.h
Message-ID:  <200306252049.h5PKnmMg031914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bmilekic    2003/06/25 13:49:48 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c uma_int.h 
  Log:
  Move the pcpu lock out of the uma_cache and instead have a single set
  of pcpu locks.  This makes uma_zone somewhat smaller (by (LOCKNAME_LEN *
  sizeof(char) + sizeof(struct mtx) * maxcpu) bytes, to be exact).
  
  No Objections from jeff.
  
  Revision  Changes    Path
  1.60      +18 -28    src/sys/vm/uma_core.c
  1.15      +7 -22     src/sys/vm/uma_int.h



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