Expand description
Maple trees.
C header: include/linux/maple_tree.h
Structs§
- Alloc
Error - Error type for failure to insert a new value.
- Insert
Error - Error type for failure to insert a new value.
- MaState
- A helper type used for navigating a
MapleTree
. - Maple
Guard - A reference to a
MapleTree
that owns the inner lock. - Maple
Tree - A maple tree optimized for storing non-overlapping ranges.
- Maple
Tree Alloc - A maple tree with
MT_FLAGS_ALLOC_RANGE
set.
Enums§
- Alloc
Error Kind - The reason for the failure to insert.
- Insert
Error Kind - The reason for the failure to insert.