Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dmaple_tree.c133 enum maple_type type;
220 static __always_inline enum maple_type mte_node_type( in mte_node_type()
227 static __always_inline bool ma_is_dense(const enum maple_type type) in ma_is_dense()
232 static __always_inline bool ma_is_leaf(const enum maple_type type) in ma_is_leaf()
335 enum maple_type type) in mt_mk_node()
455 enum maple_type mas_parent_type(struct ma_state *mas, struct maple_enode *enode) in mas_parent_type()
492 enum maple_type p_type = mte_node_type(parent); in mas_set_parent()
653 enum maple_type type) in ma_pivots()
675 enum maple_type type) in ma_gaps()
700 unsigned char piv, enum maple_type type) in mas_safe_pivot()
[all …]
/linux-6.12.1/include/linux/
Dmaple_tree.h144 enum maple_type { enum
303 enum maple_type type;
459 enum maple_type type; /* mas->node type */
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c823 enum maple_type type, unsigned long *range_min, in mas_node_walk()
899 enum maple_type type; in mas_descend_walk()
35880 enum maple_type type; in compare_node()
36030 enum maple_type type; in build_full_tree()
36438 enum maple_type mt = mte_node_type(mas->node); in get_last_index()