Page MenuHomeFreeBSD

Move fault page allocation into its own routine.
ClosedPublic

Authored by jeff on Jan 22 2020, 7:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 5, 2:21 AM
Unknown Object (File)
Thu, Oct 23, 5:33 AM
Unknown Object (File)
Thu, Oct 23, 5:33 AM
Unknown Object (File)
Thu, Oct 23, 5:33 AM
Unknown Object (File)
Wed, Oct 22, 9:31 PM
Unknown Object (File)
Fri, Oct 17, 6:46 PM
Unknown Object (File)
Oct 10 2025, 1:25 AM
Unknown Object (File)
Oct 2 2025, 3:18 AM
Subscribers

Details

Summary

This change has a small functional difference. oom now counts the number of successive page allocation failures and is reset when there is no failure. It used to reset when there was any restart condition unrelated to oom. I don't have strong feelings about it but I think this is a better test. Blocking on a backing busy lock should not clear oom IMO. If we want the old behavior I need a different return code for OOM.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable