CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/03/10 12:54:38
Modified files:
sys/uvm : uvm_page.h uvm_pdaemon.c
Log message:
Use an iterator to scan the inactive list.
Simplifies the logic to get the next page in the list which requires holding
the pageqlock.
Tested by many in a larger diff, ok claudio@
