[Bug 275594] High CPU usage by arc_prune; analysis and fix

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 11 Dec 2023 08:55:25 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275594

--- Comment #11 from Seigo Tanimura <seigo.tanimura@gmail.com> ---
(In reply to Seigo Tanimura from comment #10)

Correction:
> Please refer to vm_page_insert_after() and vm_page_insert_radixdone() for the implementation.

I mean vm_page_insert_radixdone() and vm_page_object_remove().  The former
inserts a new page to an object, and the latter removes a page from an object.

-- 
You are receiving this mail because:
You are the assignee for the bug.