cvs commit: src/sys/vm uma_core.c

Alan Cox alc at FreeBSD.org
Sat Aug 2 23:08:50 PDT 2003


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


More information about the cvs-src mailing list