Home
last modified time | relevance | path

Searched refs:maple_tree (Results 1 – 23 of 23) sorted by relevance

/linux-6.12.1/include/linux/
Dmaple_tree.h231 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 …]
Dmm_types.h807 struct maple_tree mm_mt;
Dfs.h3430 struct maple_tree mt;
/linux-6.12.1/include/trace/events/
Dmmap.h47 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)
Dmaple_tree.h3 #define TRACE_SYSTEM maple_tree
/linux-6.12.1/drivers/base/regmap/
Dregcache-maple.c19 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/
Dtest_maple_tree.c63 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 …]
Dmaple_tree.c215 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 …]
DMakefile33 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
/linux-6.12.1/tools/testing/shared/
Dshared.mk15 ../../../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/
Dlru_cache.h44 struct maple_tree entries;
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_uvmm.h13 struct maple_tree region_mt;
/linux-6.12.1/Documentation/core-api/
Dindex.rst42 maple_tree
Dmaple_tree.rst220 .. kernel-doc:: include/linux/maple_tree.h
221 .. kernel-doc:: lib/maple_tree.c
/linux-6.12.1/mm/damon/tests/
Dvaddr-kunit.h17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
/linux-6.12.1/tools/testing/vma/
Dvma_internal.h172 struct maple_tree mm_mt;
/linux-6.12.1/tools/testing/radix-tree/
Dmaple.c33 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/
Darena.c48 struct maple_tree mt;
/linux-6.12.1/kernel/irq/
Dirqdesc.c145 static struct maple_tree sparse_irqs = MTREE_INIT_EXT(sparse_irqs,
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_host.h361 struct maple_tree smccc_filter;
/linux-6.12.1/mm/
Dvma.c1336 struct maple_tree mt_detach; in do_vmi_align_munmap()
Dmmap.c1371 struct maple_tree mt_detach; in __mmap_region()
/linux-6.12.1/
DMAINTAINERS13646 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