Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2003 23:08:48 -0700 (PDT)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_core.c
Message-ID:  <200308030608.h7368m9F073868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
alc         2003/08/02 23:08:48 PDT

  FreeBSD src repository

  Modified files:
    sys/vm               uma_core.c 
  Log:
  Revise obj_alloc().  Most notably, use the object's lock to prevent two
  concurrent invocations from acquiring the same address(es).  Also, in case
  of an incomplete allocation, free any allocated pages.
  
  In collaboration with:  tegge
  
  Revision  Changes    Path
  1.72      +30 -17    src/sys/vm/uma_core.c



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