]> 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, 26 Nov 2021 19:50:33 +0000 (14:50 -0500)
commit8b1f0fdf7b8668b37943a616ad41779e814a9cf1
treef3cdd9fd6855b7578a0c53d059031ac6865eb119
parentc13a2a09e6aabad4e33f7e83c69616ef15703f31
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>
kernel/sched/fair.c