Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmapletree.py181 def ma_slots(node, tp): function
184 … .format(ma_slots.__name__, maple_node_type.get_type().pointer(), node.type))
215 slots = ma_slots(node, tp)
/linux/tools/testing/radix-tree/
H A Dmaple.c499 next = mas_slot(mas, ma_slots(node, type), mas->offset); in mas_descend_walk()
35746 slots_a = ma_slots(&a, type); in compare_node()
35747 slots_b = ma_slots(&b, type); in compare_node()