Page MenuHomeFreeBSD

vm: Move the "vm_wait in early
AbandonedPublic

Authored by markj on Apr 14 2022, 1:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 17 2024, 5:15 AM
Unknown Object (File)
Nov 14 2024, 2:25 PM
Unknown Object (File)
Oct 31 2024, 9:26 PM
Unknown Object (File)
Oct 29 2024, 12:08 AM
Unknown Object (File)
Oct 14 2024, 7:48 PM
Unknown Object (File)
Sep 28 2024, 9:26 PM
Unknown Object (File)
Sep 26 2024, 11:38 AM
Unknown Object (File)
Sep 25 2024, 4:08 PM
Subscribers

Details

Reviewers
None
Summary

The assertion was added in commit 1771e987ca6a. After that, vm_wait()
and friends were refactored such that the actual sleep happens
elsewhere. Now the assertion condition is not checked when
vm_wait_doms() is called directly, and it is checked even if we are not
going to sleep (because vm_page_count_min_set(wdoms) is false).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45160
Build 42048: arc lint + arc unit