/linux/include/trace/events/ |
H A D | mmap.h | 47 TP_PROTO(struct maple_tree *mt, unsigned long start, 53 __field(struct maple_tree *, mt) 72 TP_PROTO(struct maple_tree *mt, struct vm_area_struct *vma), 77 __field(struct maple_tree *, mt) 105 __field(struct maple_tree *, mt)
|
H A D | maple_tree.h | 3 #define TRACE_SYSTEM maple_tree
|
/linux/drivers/base/regmap/ |
H A D | regcache-maple.c | 19 struct maple_tree *mt = map->cache; in regcache_maple_read() 41 struct maple_tree *mt = map->cache; in regcache_maple_write() 110 struct maple_tree *mt = map->cache; in regcache_maple_drop() 241 struct maple_tree *mt = map->cache; in regcache_maple_sync() 295 struct maple_tree *mt = map->cache; in regcache_maple_exit() 318 struct maple_tree *mt = map->cache; in regcache_maple_insert_block() 346 struct maple_tree *mt; in regcache_maple_init()
|
/linux/lib/ |
H A D | test_maple_tree.c | 10 #include <linux/maple_tree.h> 63 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index() 69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index() 75 static int __init mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert() 81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range() 87 static int __init mtree_test_store(struct maple_tree *mt, unsigned long start, in mtree_test_store() 93 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range() 99 static void __init *mtree_test_load(struct maple_tree *mt, unsigned long index) in mtree_test_load() 104 static void __init *mtree_test_erase(struct maple_tree *mt, unsigned long index) in mtree_test_erase() 110 static noinline void __init check_mtree_alloc_range(struct maple_tree *m [all...] |
H A D | maple_tree.c | 229 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr() 395 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc() 788 static inline bool mt_write_locked(const struct maple_tree *mt) in mt_write_locked() 794 static __always_inline bool mt_locked(const struct maple_tree *mt) in mt_locked() 800 static __always_inline void *mt_slot(const struct maple_tree *mt, in mt_slot() 806 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked() 850 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked() 899 static inline void mt_clear_meta(struct maple_tree *mt, struct maple_node *mn, in mt_clear_meta() 989 static void mt_destroy_walk(struct maple_enode *enode, struct maple_tree *mt, 3667 static void mte_destroy_walk(struct maple_enode *, struct maple_tree *); [all …]
|
H A D | alloc_tag.c | 285 static struct maple_tree mod_area_mt = MTREE_INIT(mod_area_mt, MT_FLAGS_ALLOC_RANGE);
|
H A D | Makefile | 33 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
|
/linux/tools/testing/shared/ |
H A D | shared.mk | 15 ../../../include/linux/maple_tree.h \ 19 ../../../lib/maple_tree.c \ 52 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tree.c \
|
/linux/fs/btrfs/ |
H A D | lru_cache.h | 44 struct maple_tree entries;
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_uvmm.h | 13 struct maple_tree region_mt;
|
/linux/Documentation/core-api/ |
H A D | index.rst | 42 maple_tree
|
H A D | maple_tree.rst | 220 .. kernel-doc:: include/linux/maple_tree.h 221 .. kernel-doc:: lib/maple_tree.c
|
/linux/mm/damon/tests/ |
H A D | vaddr-kunit.h | 17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 25 #include <linux/maple_tree.h> 182 struct maple_tree mm_mt;
|
/linux/tools/testing/radix-tree/ |
H A D | maple.c | 33 struct maple_tree *mt; 50 struct maple_tree *mt; 92 static noinline void __init check_new_node(struct maple_tree *mt) in check_new_node() 493 static noinline void __init check_erase(struct maple_tree *mt, unsigned long index, in check_erase() 503 static noinline void __init check_erase_testset(struct maple_tree *mt) in check_erase_testset() 1010 static noinline void __init check_erase2_testset(struct maple_tree *mt, in check_erase2_testset() 1155 static noinline void __init check_erase2_sets(struct maple_tree *mt) in check_erase2_sets() 34617 static void rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_rev() 34676 static void rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_fwd() 34744 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress() [all …]
|
/linux/kernel/irq/ |
H A D | irqdesc.c | 168 static struct maple_tree sparse_irqs = MTREE_INIT_EXT(sparse_irqs,
|
/linux/mm/ |
H A D | vma.c | 30 struct maple_tree mt_detach; 1427 struct maple_tree mt_detach; in do_vmi_align_munmap()
|
/linux/include/linux/ |
H A D | fs.h | 3464 struct maple_tree mt;
|
/linux/ |
H A D | MAINTAINERS | 13790 F: Documentation/core-api/maple_tree.rst 13791 F: include/linux/maple_tree.h 13792 F: include/trace/events/maple_tree.h 13793 F: lib/maple_tree.c 13795 F: tools/testing/radix-tree/linux/maple_tree.h
|