]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Move pool statistics into global_pool struct
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:18 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:33 +0000 (17:30 +0200)
commit2638345d22529cdc964d20a617bfd32d87f27e0f
tree6873a37085d211bd7f6e5b212d652933ef7f0636
parentf57ebb92ba3e09a7e1082f147d6e1456d702d4b2
debugobjects: Move pool statistics into global_pool struct

Keep it along with the pool as that's a hot cache line anyway and it makes
the code more comprehensible.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Zhen Lei <thunder.leizhen@huawei.com>
Link: https://lore.kernel.org/all/20241007164914.318776207@linutronix.de
lib/debugobjects.c