/linux-6.12.1/include/linux/ |
D | maple_tree.h | 231 struct maple_tree { struct 269 struct maple_tree name = MTREE_INIT(name, 0) 323 struct maple_tree *mtree; 326 void *mtree_load(struct maple_tree *mt, unsigned long index); 328 int mtree_insert(struct maple_tree *mt, unsigned long index, 330 int mtree_insert_range(struct maple_tree *mt, unsigned long first, 332 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, 335 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, 338 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, 342 int mtree_store_range(struct maple_tree *mt, unsigned long first, [all …]
|
D | mm_types.h | 807 struct maple_tree mm_mt;
|
D | fs.h | 3430 struct maple_tree mt;
|
/linux-6.12.1/include/trace/events/ |
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)
|
D | maple_tree.h | 3 #define TRACE_SYSTEM maple_tree
|
/linux-6.12.1/drivers/base/regmap/ |
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-6.12.1/lib/ |
D | test_maple_tree.c | 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 *mt, in check_mtree_alloc_range() 127 static noinline void __init check_mtree_alloc_rrange(struct maple_tree *mt, in check_mtree_alloc_rrange() [all …]
|
D | maple_tree.c | 215 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr() 381 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc() 774 static inline bool mt_write_locked(const struct maple_tree *mt) in mt_write_locked() 780 static __always_inline bool mt_locked(const struct maple_tree *mt) in mt_locked() 786 static __always_inline void *mt_slot(const struct maple_tree *mt, in mt_slot() 792 static __always_inline void *mt_slot_locked(struct maple_tree *mt, in mt_slot_locked() 836 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked() 885 static inline void mt_clear_meta(struct maple_tree *mt, struct maple_node *mn, in mt_clear_meta() 975 static void mt_destroy_walk(struct maple_enode *enode, struct maple_tree *mt, 3648 static void mte_destroy_walk(struct maple_enode *, struct maple_tree *); [all …]
|
D | Makefile | 33 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
|
/linux-6.12.1/tools/testing/shared/ |
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-6.12.1/fs/btrfs/ |
D | lru_cache.h | 44 struct maple_tree entries;
|
/linux-6.12.1/drivers/gpu/drm/nouveau/ |
D | nouveau_uvmm.h | 13 struct maple_tree region_mt;
|
/linux-6.12.1/Documentation/core-api/ |
D | index.rst | 42 maple_tree
|
D | maple_tree.rst | 220 .. kernel-doc:: include/linux/maple_tree.h 221 .. kernel-doc:: lib/maple_tree.c
|
/linux-6.12.1/mm/damon/tests/ |
D | vaddr-kunit.h | 17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
|
/linux-6.12.1/tools/testing/vma/ |
D | vma_internal.h | 172 struct maple_tree mm_mt;
|
/linux-6.12.1/tools/testing/radix-tree/ |
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() 471 static noinline void __init check_erase(struct maple_tree *mt, unsigned long index, in check_erase() 481 static noinline void __init check_erase_testset(struct maple_tree *mt) in check_erase_testset() 988 static noinline void __init check_erase2_testset(struct maple_tree *mt, in check_erase2_testset() 1133 static noinline void __init check_erase2_sets(struct maple_tree *mt) in check_erase2_sets() 34595 static void rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_rev() 34654 static void rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_fwd() 34722 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress() [all …]
|
/linux-6.12.1/kernel/bpf/ |
D | arena.c | 48 struct maple_tree mt;
|
/linux-6.12.1/kernel/irq/ |
D | irqdesc.c | 145 static struct maple_tree sparse_irqs = MTREE_INIT_EXT(sparse_irqs,
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | kvm_host.h | 361 struct maple_tree smccc_filter;
|
/linux-6.12.1/mm/ |
D | vma.c | 1336 struct maple_tree mt_detach; in do_vmi_align_munmap()
|
D | mmap.c | 1371 struct maple_tree mt_detach; in __mmap_region()
|
/linux-6.12.1/ |
D | MAINTAINERS | 13646 F: Documentation/core-api/maple_tree.rst 13647 F: include/linux/maple_tree.h 13648 F: include/trace/events/maple_tree.h 13649 F: lib/maple_tree.c 13651 F: tools/testing/radix-tree/linux/maple_tree.h
|