From owner-freebsd-hackers Fri Nov 24 2: 6:34 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from artax.karlin.mff.cuni.cz (artax.karlin.mff.cuni.cz [195.113.31.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E5E937B479; Fri, 24 Nov 2000 02:06:29 -0800 (PST) Received: from localhost (mikulas@localhost) by artax.karlin.mff.cuni.cz (8.9.3/8.9.3/Debian 8.9.3-21) with SMTP id LAA03675; Fri, 24 Nov 2000 11:06:26 +0100 Date: Fri, 24 Nov 2000 11:06:26 +0100 (CET) From: Mikulas Patocka Reply-To: Mikulas Patocka To: Alan Cox Cc: Mike Smith , hackers@freebsd.org Subject: Re: page coloring In-Reply-To: <20001123143530.E21300@cs.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > It skips queue pq[index & PQ_L2_MASK]. > > > > That's correct. The inline function vm_page_list_find() in vm_page.h > has already failed to allocate a page of the desired color, index, > and so _vm_page_list_find() is called to allocate a page of ANY other > color it can find. Oh, yes. I didn't look at that macro. Mikulas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message