]> www.infradead.org Git - users/jedix/linux-maple.git/commit
debugobjects: Prepare kmem_cache allocations for batching
authorThomas Gleixner <tglx@linutronix.de>
Mon, 7 Oct 2024 16:50:15 +0000 (18:50 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 15:30:32 +0000 (17:30 +0200)
commitaebbfe0779b271c099cc80c5e2995c2087b28dcf
treec27d5e1f20196dfe564e9c462e98a4315ef3a08f
parent74fe1ad4132234f04fcc75e16600449496a67b5b
debugobjects: Prepare kmem_cache allocations for batching

Allocate a batch and then push it into the pool. Utilize the
debug_obj::last_node pointer for keeping track of the batch boundary.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241007164914.198647184@linutronix.de
lib/debugobjects.c