]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Move min/max count into pool struct
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:08 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:32 +0000 (17:30 +0200)
commit96a9a0421c77301f9b551f3460ac04471a3c0612
treebcee06451ed027d07afd6483f96c58f0182373da
parent18b8afcb37d8a72479892e080e4d37890f2bf353
debugobjects: Move min/max count into pool struct

Having the accounting in the datastructure is better in terms of cache
lines and allows more optimizations later on.

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