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

/linux-master/lib/
H A Dmaple_tree.c81 #define ma_mnode_ptr(x) ((struct maple_node *)(x))
160 static inline struct maple_node *mt_alloc_one(gfp_t gfp)
170 static inline void mt_free_one(struct maple_node *node)
182 struct maple_node *node = container_of(head, struct maple_node, rcu);
194 static void ma_free_rcu(struct maple_node *node)
288 static __always_inline struct maple_node *mte_to_node(
291 return (struct maple_node *)((unsigned long)entry & ~MAPLE_NODE_MASK);
312 static inline struct maple_node *mas_mn(const struct ma_state *mas)
334 static inline struct maple_enode *mt_mk_node(const struct maple_node *nod
[all...]
H A Dtest_maple_tree.c212 static inline __init int not_empty(struct maple_node *node)
/linux-master/include/linux/
H A Dmaple_tree.h280 struct maple_node { struct
443 struct maple_node *node; /* Decoded mas->node */
/linux-master/tools/testing/radix-tree/
H A Dmaple.c94 struct maple_node *mn, *mn2, *mn3;
96 struct maple_node *nodes[100];
820 static inline void mas_node_walk(struct ma_state *mas, struct maple_node *node,
896 struct maple_node *node;
[all...]

Completed in 346 milliseconds