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()
3164 enum maple_type mt = mte_node_type(mas->node); in mas_destroy_rebalance() local
4474 enum maple_type mt; in mas_prev_node() local
4571 enum maple_type mt; in mas_next_node() local
4738 enum maple_type mt; in mas_next_entry() local
4796 enum maple_type mt; in mas_prev_nentry() local
5093 enum maple_type mt; in mas_skip_node() local
5233 enum maple_type mt; in mas_empty_area() local
5460 struct maple_tree mt; in mt_free_walk() local
5532 struct maple_tree mt; in mt_destroy_walk() local
5594 struct maple_tree *mt) in mte_destroy_walk()
5882 void *mt_next(struct maple_tree *mt, unsigned long index, unsigned long max) in mt_next()
5946 void *mt_prev(struct maple_tree *mt, unsigned long index, unsigned long min) in mt_prev()
6147 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load()
6189 int mtree_store_range(struct maple_tree *mt, unsigned long index, in mtree_store_range()
6226 int mtree_store(struct maple_tree *mt, unsigned long index, void *entry, in mtree_store()
6244 int mtree_insert_range(struct maple_tree *mt, unsigned long first, in mtree_insert_range()
6279 int mtree_insert(struct maple_tree *mt, unsigned long index, void *entry, in mtree_insert()
6286 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_range()
6322 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, in mtree_alloc_rrange()
6365 void *mtree_erase(struct maple_tree *mt, unsigned long index) in mtree_erase()
6386 void __mt_destroy(struct maple_tree *mt) in __mt_destroy()
6404 void mtree_destroy(struct maple_tree *mt) in mtree_destroy()
6422 void *mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) in mt_find()
6481 void *mt_find_after(struct maple_tree *mt, unsigned long *index, in mt_find_after()
6594 unsigned long limit, enum maple_type mt) in mas_first_entry()
6715 static void mt_dump_range64(const struct maple_tree *mt, void *entry, in mt_dump_range64()
6754 static void mt_dump_arange64(const struct maple_tree *mt, void *entry, in mt_dump_arange64()
6796 static void mt_dump_node(const struct maple_tree *mt, void *entry, in mt_dump_node()
6830 void mt_dump(const struct maple_tree *mt) in mt_dump()
7075 static void mt_validate_nulls(struct maple_tree *mt) in mt_validate_nulls()
7117 void mt_validate(struct maple_tree *mt) in mt_validate()