]> 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)
committerLiam R. Howlett <Liam.Howlett@oracle.com>
Fri, 11 Feb 2022 03:38:09 +0000 (22:38 -0500)
commit2b3ea21fefb226f83cf09f958ea4813631ea1377
tree4f331e399182d678c194a367f58b838f249877b2
parent655b3e122d4e6f6e85c9db646b57bee5d3b4a43c
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: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
kernel/sched/fair.c