Lines Matching defs:mt

351 static inline bool mt_is_alloc(struct maple_tree *mt)  in mt_is_alloc()
426 struct maple_tree *mt) in mte_parent_enum()
784 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) in ma_slots()
798 static inline bool mt_locked(const struct maple_tree *mt) in mt_locked()
804 static inline void *mt_slot(const struct maple_tree *mt, in mt_slot()
849 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked()
866 enum maple_type mt) in ma_meta()
883 static inline void ma_set_meta(struct maple_node *mn, enum maple_type mt, in ma_set_meta()
898 enum maple_type mt) in ma_meta_end()
911 enum maple_type mt) in ma_meta_gap()
924 static inline void ma_set_meta_gap(struct maple_node *mn, enum maple_type mt, in ma_set_meta_gap()
1449 enum maple_type mt; in mas_leaf_max_gap() local
1529 ma_max_gap(struct maple_node *node, unsigned long *gaps, enum maple_type mt, in ma_max_gap()
1559 enum maple_type mt; in mas_max_gap() local
1731 enum maple_type mt; in mas_new_child() local
1905 enum maple_type mt; in mas_mab_cp() local
1961 enum maple_type mt, unsigned char end) in mas_leaf_set_meta()
1986 enum maple_type mt = mte_node_type(mas->node); in mab_mas_cp() local
2087 enum maple_type mt) in mas_bulk_rebalance()
3162 enum maple_type mt = mte_node_type(mas->node); in mas_destroy_rebalance() local
4472 enum maple_type mt; in mas_prev_node() local
4569 enum maple_type mt; in mas_next_node() local
4736 enum maple_type mt; in mas_next_entry() local
4794 enum maple_type mt; in mas_prev_nentry() local
5091 enum maple_type mt; in mas_skip_node() local
5231 enum maple_type mt; in mas_empty_area() local
5458 struct maple_tree mt; in mt_free_walk() local
5530 struct maple_tree mt; in mt_destroy_walk() local
5592 struct maple_tree *mt) in mte_destroy_walk()
5880 void *mt_next(struct maple_tree *mt, unsigned long index, unsigned long max) in mt_next()
5944 void *mt_prev(struct maple_tree *mt, unsigned long index, unsigned long min) in mt_prev()
6145 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load()
6187 int mtree_store_range(struct maple_tree *mt, unsigned long index, in mtree_store_range()
6224 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store()
6242 int mtree_insert_range(struct maple_tree *mt, unsigned long first, in mtree_insert_range()
6277 int mtree_insert(struct maple_tree *mt, unsigned long index, void *entry, in mtree_insert()
6284 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_range()
6320 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_rrange()
6363 void *mtree_erase(struct maple_tree *mt, unsigned long index) in mtree_erase()
6384 void __mt_destroy(struct maple_tree *mt) in __mt_destroy()
6402 void mtree_destroy(struct maple_tree *mt) in mtree_destroy()
6420 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find()
6479 void *mt_find_after(struct maple_tree *mt, unsigned long *index, in mt_find_after()
6592 unsigned long limit, enum maple_type mt) in mas_first_entry()
6713 static void mt_dump_range64(const struct maple_tree *mt, void *entry, in mt_dump_range64()
6752 static void mt_dump_arange64(const struct maple_tree *mt, void *entry, in mt_dump_arange64()
6794 static void mt_dump_node(const struct maple_tree *mt, void *entry, in mt_dump_node()
6828 void mt_dump(const struct maple_tree *mt) in mt_dump()
7073 static void mt_validate_nulls(struct maple_tree *mt) in mt_validate_nulls()
7115 void mt_validate(struct maple_tree *mt) in mt_validate()