Re: explanation of page in and page cache hit
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=18rzCvFvjBHP/+wCnHd4cOFFKj//PZhHyaOI4loLcZw=; b=NQw2a8gU5EycphnQImtHUJ+2Nif9yrk27cyOKv7NJBg2iC61YyJK07Hk/N1z5DnkNk f+tvbXZpJ0hgqDCFt63uo3ZhniQyqXfZIXecJBrsVTJQOHBFe4j6HUaA+u8zqcPLfUa4 6imX2VNWoxJX97vnsaXtfXPlLP+h0lXtxjR3Y= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ejmwJr+611wM6vtrbymfjwIrJQ5F3dM/A8Qw3Ii6jrf5TMWtYObcMQl7huFRF8zLWa APK1ULoZhwqDG2Z4GI6Pi+4OB7vRPq496fQ7TZdmQQgymuO2KTVsIa48Nvqwycw4xU+U U5ap0O7/g3/AmD+1o3u70s7RaBDMzNCEH72v4= On Thu, Dec 10, 2009 at 1:08 PM, Joel Reymont <joelr1@gmail.com> wrote:
--- Page In: A nonresident page was read from disk. Page Cache Hit: A resident, but unmapped page was touched. ---
Does a page become resident but unmapped after a page-in?
Don't think so (if I understand what you are asking). A page-in makes it both resident and mapped for the requesting process.
What is a resident, but unmapped page?
IIRC the need page exists in physical memory already but it isn't currently mapped into the requesting process. -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson