DragonFly commits List (threaded) for 2007-06
DragonFly BSD
DragonFly commits List (threaded) for 2007-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vm vm_object.h vm_fault.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Jun 2007 16:00:39 -0700 (PDT)

dillon      2007/06/07 16:00:39 PDT

DragonFly src repository

  Modified files:
    sys/vm               vm_object.h vm_fault.c 
  Log:
  Implement vm_fault_object_page().  This function returns a held VM page
  for the specified offset in the specified object and does all I/O necessary
  to validate the page (as if it had been faulted in).
  
  This function allows us to bypass the vm_map*() code when all we want is
  the VM page.
  
  Revision  Changes    Path
  1.13      +1 -0      src/sys/vm/vm_object.h
  1.42      +140 -3    src/sys/vm/vm_fault.c


http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_object.h.diff?r1=1.12&r2=1.13&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_fault.c.diff?r1=1.41&r2=1.42&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]