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

/linux-master/lib/
H A Dmaple_tree.c133 enum maple_type type;
220 static __always_inline enum maple_type mte_node_type(
227 static __always_inline bool ma_is_dense(const enum maple_type type)
232 static __always_inline bool ma_is_leaf(const enum maple_type type)
329 /* maple_type stored bit 3-6 */
335 enum maple_type type)
448 * mas_parent_type() - Return the maple_type of the parent from the stored
452 * Return: The node->parent maple_type
455 enum maple_type mas_parent_type(struct ma_state *mas, struct maple_enode *enode)
491 enum maple_type p_typ
[all...]
/linux-master/include/linux/
H A Dmaple_tree.h93 * Non-leaf nodes store the type of the node pointed to (enum maple_type in bits
144 enum maple_type { enum
209 * stored in a node. Bits 3-6 are used to store enum maple_type.
291 enum maple_type type;
446 enum maple_type type; /* mas->node type */
/linux-master/tools/testing/radix-tree/
H A Dmaple.c821 enum maple_type type, unsigned long *range_min,
897 enum maple_type type;
[all...]

Completed in 278 milliseconds