The recent change in esballoc (6522339) introduced a global queue of
blocks to be freed, called system_esbq, and the queue is protected by
a single global mutex esb_queue.eq_lock. This approach does not
scale, and the lock becomes heavily contended on larger systems with
a high rate of block creation and destruction. See comments for
supporting data.