From owner-cvs-all Thu Jan 21 01:51:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA12998 for cvs-all-outgoing; Thu, 21 Jan 1999 01:51:24 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA12986; Thu, 21 Jan 1999 01:51:21 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA22386; Thu, 21 Jan 1999 01:51:22 -0800 (PST) Date: Thu, 21 Jan 1999 01:51:22 -0800 (PST) Message-Id: <199901210951.BAA22386@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_object.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/21 01:51:22 PST Modified files: sys/vm vm_object.h Log: The vm_object structure is now somewhat smaller due to the removal of most of the swap-pager-specific fields, the removal of the id, and the removal of paging_offset. A new inline, vm_object_pip_wakeupn() has been added to subtract an arbitrary number n from the paging_in_progress count and then wakeup waiters as necessary. n may be 0, resulting in a 'flash'. Revision Changes Path 1.53 +1 -1 src/sys/vm/vm_object.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message