HomeFreeBSD

In vm_pageout_grow_cache(), do not re-try the inactive queue when

Description

In vm_pageout_grow_cache(), do not re-try the inactive queue when
active queue scan initiated write.

Re-trying from the inactive queue when doing active scan makes the
loop never end if number of domains is greater than 1 and inactive or
active scan cannot reach the target.

Reported and tested by: Andrew Gallatin <gallatin@netflix.com>
Reviewed by: alc
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Details

Provenance
kibAuthored on
Reviewer
alc
Parents
rS291407: Add helper to catch single step debug event and distinguish it from bkpt
Branches
Unknown
Tags
Unknown