Page MenuHomeFreeBSD

linuxkpi: Fix the shrinker scan target
ClosedPublic

Authored by markj on Jan 18 2021, 5:57 PM.
Tags
None
Referenced Files
F157103596: D28224.id82509.diff
Mon, May 18, 11:30 AM
Unknown Object (File)
Mon, Apr 27, 5:47 AM
Unknown Object (File)
Thu, Apr 23, 9:49 AM
Unknown Object (File)
Apr 15 2026, 11:32 PM
Unknown Object (File)
Apr 13 2026, 1:30 AM
Unknown Object (File)
Apr 9 2026, 8:12 AM
Unknown Object (File)
Apr 5 2026, 11:11 AM
Unknown Object (File)
Mar 24 2026, 2:53 AM

Details

Summary

Use the number of items scanned to control the duration of the shrink
loop. Otherwise, if a consumer like TTM is not able to free the number
of items requested, we'll just keep looping. This more closely matches
the behaviour of the out-of-tree implementation.

I'm not sure that it makes sense to scan until we've visited roughly
every object in the pool, but this at least fixes some nasty hangs I'm
seeing with amdgpu when the system runs out of free pages.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable