Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c264 static __always_inline struct maple_node *mte_to_node( in mas_set_err()
290 return mte_to_node(mas->node); in mas_is_overflow()
299 mte_to_node(mn)->parent = ma_parent_ptr(mte_to_node(mn)); in mte_to_node() function
356 return ma_is_root(mte_to_node(node));
442 p_type = (unsigned long)mte_to_node(enode)->parent; in mte_parent_shift()
495 mte_to_node(enode)->parent = ma_parent_ptr(val);
507 unsigned long val = (unsigned long)mte_to_node(enode)->parent; in mas_set_parent()
529 (mte_to_node(enode)->parent) & ~MAPLE_NODE_MASK);
558 node = mte_to_node(enod in mte_parent()
[all...]
/linux/scripts/gdb/linux/
H A Dmapletree.py139 def mte_to_node(enode): function
147 … .format(mte_to_node.__name__, maple_enode_type.get_type().pointer(), enode.type))
155 node = mte_to_node(enode)
203 node = mte_to_node(n)
/linux/tools/testing/radix-tree/
H A Dmaple.c496 node = mte_to_node(next); in mas_descend_walk()
[all...]