K 10 svn:author V 5 markj K 8 svn:date V 27 2017-12-07T19:38:09.667699Z K 7 svn:log V 276 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 END