From owner-cvs-all Thu Jan 21 02:15:32 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA15127 for cvs-all-outgoing; Thu, 21 Jan 1999 02:15:32 -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 CAA15110; Thu, 21 Jan 1999 02:15:25 -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 CAA24399; Thu, 21 Jan 1999 02:15:25 -0800 (PST) Date: Thu, 21 Jan 1999 02:15:25 -0800 (PST) Message-Id: <199901211015.CAA24399@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pager.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1999/01/21 02:15:25 PST Modified files: sys/vm vm_pager.c Log: Move many of the vm_pager_*() functions from vm_pager.c to inlines in vm_pager.h Added argument to getpbuf() and relpbuf() to allow each subsystem to specify a different hard limit on the number of simultanious physical bufferes that said subsystem may allocate. Without this feature, one subsystem ( e.g. the vfs clustering code ) could hog *ALL* the pbufs, causing a deadlock in the pager in a low memory situation. Same for trypbuf(). Revision Changes Path 1.42 +1 -1 src/sys/vm/vm_pager.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message