Home
last modified time | relevance | path

Searched refs:maple_node_type (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/gdb/linux/
H A Dmapletree.py17 maple_node_type = utils.CachedType("struct maple_node") variable
131 if node.type != maple_node_type.get_type().pointer():
133 … .format(ma_dead_node.__name__, maple_node_type.get_type().pointer(), node.type))
149 return indirect_ptr.cast(maple_node_type.get_type().pointer())
171 if node.type != maple_node_type.get_type().pointer():
173 … .format(ma_pivots.__name__, maple_node_type.get_type().pointer(), node.type))
182 if node.type != maple_node_type.get_type().pointer():
184 … .format(ma_slots.__name__, maple_node_type.get_type().pointer(), node.type))