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)
Fri, Mar 29, 10:08 AM
Unknown Object (File)
Feb 20 2024, 1:02 PM
Unknown Object (File)
Dec 20 2023, 3:59 AM
Unknown Object (File)
Dec 4 2023, 8:42 PM
Unknown Object (File)
Nov 25 2023, 11:15 PM
Unknown Object (File)
Nov 11 2023, 2:51 PM
Unknown Object (File)
Nov 9 2023, 2:55 PM
Unknown Object (File)
Nov 7 2023, 3:08 PM
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