K 10 svn:author V 4 jeff K 8 svn:date V 27 2020-02-27T08:23:10.167975Z K 7 svn:log V 387 A pair of performance improvements. Swap buckets on free as well as alloc so that alloc is always the most cache-hot data. When selecting a zone domain for the round-robin bucket cache use the local domain unless there is a severe imbalance. This does not affinitize memory, only locks and queues. Reviewed by: markj, rlibby Differential Revision: https://reviews.freebsd.org/D23824 END