Page MenuHomeFreeBSD

powerpc64/mmu: Use a SLIST for the PVO delete list, instead of a RB_TREE
ClosedPublic

Authored by jhibbits on Jul 25 2019, 3:48 AM.
Tags
None
Referenced Files
F149063095: D21061.diff
Sun, Mar 22, 2:08 AM
Unknown Object (File)
Sat, Mar 21, 7:42 PM
Unknown Object (File)
Thu, Mar 12, 8:39 AM
Unknown Object (File)
Feb 10 2026, 6:42 AM
Unknown Object (File)
Feb 8 2026, 6:29 PM
Unknown Object (File)
Jan 13 2026, 3:46 AM
Unknown Object (File)
Jan 1 2026, 10:45 PM
Unknown Object (File)
Dec 17 2025, 3:30 PM
Subscribers

Details

Summary

Although it's convenient to reuse the pvo_plist for deletion, RB_TREE
insertion and removal is not free, and can result in a lot of extra work
to rebalance the tree. Instead, use a SLIST as a LIFO delete queue,
which gives us almost free insertion, deletion, and traversal.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 25504
Build 24122: arc lint + arc unit