Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
H A Dmapletree.py21 maple_leaf_64 = 1 variable
165 elif t == maple_leaf_64 or t == maple_range_64:
176 elif t == maple_leaf_64 or t == maple_range_64:
187 elif tp == maple_range_64 or tp == maple_leaf_64:
/linux/lib/
H A Dmaple_tree.c101 [maple_leaf_64] = ULONG_MAX,
110 [maple_leaf_64] = MAPLE_RANGE64_SLOTS,
118 [maple_leaf_64] = MAPLE_RANGE64_SLOTS - 1,
126 [maple_leaf_64] = (MAPLE_RANGE64_SLOTS / 2) - 2,
240 return type < maple_leaf_64; in ma_is_dense()
506 MAS_BUG_ON(mas, p_type == maple_leaf_64); in mas_set_parent()
516 case maple_leaf_64: in mas_set_parent()
606 case maple_leaf_64: in ma_pivots()
628 case maple_leaf_64: in ma_gaps()
687 case maple_leaf_64: in mte_set_pivot()
[all …]
/linux/tools/testing/radix-tree/
H A Dmaple.c36054 tree.ma_root = mt_mk_node(node, maple_leaf_64); in farmer_tests()