Lines Matching refs:maple_tree

351 static inline bool mt_is_alloc(struct maple_tree *mt)  in mt_is_alloc()
426 struct maple_tree *mt) in mte_parent_enum()
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()
954 static void mte_destroy_walk(struct maple_enode *, struct maple_tree *);
5458 struct maple_tree mt; in mt_free_walk()
5530 struct maple_tree mt; in mt_destroy_walk()
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()
6684 static void mt_dump_node(const struct maple_tree *mt, void *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()