Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dmaple_tree.c78 #define ma_mnode_ptr(x) ((struct maple_node *)(x))
150 static inline struct maple_node *mt_alloc_one(gfp_t gfp) in mt_alloc_one()
168 struct maple_node *node = container_of(head, struct maple_node, rcu); in mt_free_rcu()
180 static void ma_free_rcu(struct maple_node *node) in ma_free_rcu()
264 static inline struct maple_node *mte_to_node(const struct maple_enode *entry) in mte_to_node()
266 return (struct maple_node *)((unsigned long)entry & ~MAPLE_NODE_MASK); in mte_to_node()
287 static inline struct maple_node *mas_mn(const struct ma_state *mas) in mas_mn()
309 static inline struct maple_enode *mt_mk_node(const struct maple_node *node, in mt_mk_node()
336 static inline bool ma_is_root(struct maple_node *node) in ma_is_root()
519 static inline struct maple_node *mte_parent(const struct maple_enode *enode) in mte_parent()
[all …]
Dtest_maple_tree.c182 static inline int not_empty(struct maple_node *node) in not_empty()
/linux-6.1.9/include/linux/
Dmaple_tree.h270 struct maple_node { struct
388 struct maple_node *node; /* Decoded mas->node */
/linux-6.1.9/tools/testing/radix-tree/
Dmaple.c64 struct maple_node *mn, *mn2, *mn3; in check_new_node()
66 struct maple_node *nodes[100]; in check_new_node()
771 static inline void mas_node_walk(struct ma_state *mas, struct maple_node *node, in mas_node_walk()
847 struct maple_node *node; in mas_descend_walk()
35336 struct maple_node *mn; in check_prealloc()
35740 struct maple_node *node; in farmer_tests()