Page MenuHomeFreeBSD

Add more lowmem predicates.
ClosedPublic

Authored by markj on Sep 21 2018, 10:00 PM.
Tags
None
Referenced Files
F148684578: D17278.id.diff
Thu, Mar 19, 2:58 PM
F148623799: D17278.id.diff
Thu, Mar 19, 5:19 AM
F148618885: D17278.id.diff
Thu, Mar 19, 4:33 AM
Unknown Object (File)
Sat, Mar 14, 7:32 AM
Unknown Object (File)
Sat, Mar 14, 7:27 AM
Unknown Object (File)
Fri, Mar 13, 5:21 PM
Unknown Object (File)
Fri, Mar 13, 5:16 PM
Unknown Object (File)
Thu, Mar 12, 11:37 PM
Subscribers

Details

Summary

Use these predicates instead of inline references to vm_min_domains.
Also add an all_domains set, akin to all_cpus; this can be used to check
whether all domains are below a threshold, e.g.,
vm_page_count_min(&all_domains).

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 19740
Build 19300: arc lint + arc unit

Event Timeline

sys/x86/acpica/srat.c
475

Wouldn't this initialize all_domains only on x86 ?

markj marked an inline comment as done.
  • Add a static initializer for all_domains.
This revision is now accepted and ready to land.Sep 21 2018, 10:34 PM
This revision was automatically updated to reflect the committed changes.