HomeFreeBSD

Fix the UMA reclaim worker after r326347.

Description

Fix the UMA reclaim worker after r326347.

atomic_set_*() sets a bit in the target memory location, so
atomic_set_int(&uma_reclaim_needed, 0) does not do what it looks like
it does.

PR: 224080
Reviewed by: jeff, kib
Differential Revision: https://reviews.freebsd.org/D13412

Details

Provenance
markjAuthored on
Reviewer
jeff
Differential Revision
D13412: Fix the UMA reclaim worker
Parents
rS326663: MFC: r326662
Branches
Unknown
Tags
Unknown