]> www.infradead.org Git - users/jedix/linux-maple.git/commit
sched: Use maple tree iterator to walk VMAs
authorLiam R. Howlett <Liam.Howlett@Oracle.com>
Mon, 4 Jan 2021 19:54:07 +0000 (14:54 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 1 Nov 2021 14:43:49 +0000 (10:43 -0400)
commit91e165def7a138d4e1dfc7b63fc04a18aaba04c1
tree2ab7d7bf4651d730a41534e5952d43c434b04d1e
parent893bc3d2ab48aa471450fc16ab78953205497d88
sched: Use maple tree iterator to walk VMAs

The linked list is slower than walking the VMAs using the maple tree.
We can't use the VMA iterator here because it doesn't support
moving to an earlier position.

Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
kernel/sched/fair.c