Home
last modified time | relevance | path

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

/linux/include/linux/
A Dmaple_tree.h231 struct maple_tree { struct
269 struct maple_tree name = MTREE_INIT(name, 0)
323 struct maple_tree *mtree;
348 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
349 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp);
351 void mtree_destroy(struct maple_tree *mt);
352 void __mt_destroy(struct maple_tree *mt);
607 void mt_validate(struct maple_tree *mt);
802 static inline void mt_init(struct maple_tree *mt) in mt_init()
807 static inline bool mt_in_rcu(struct maple_tree *mt) in mt_in_rcu()
[all …]
A Dmm_types.h807 struct maple_tree mm_mt;
A Dfs.h3430 struct maple_tree mt;
/linux/include/trace/events/
A 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)
A Dmaple_tree.h3 #define TRACE_SYSTEM maple_tree
/linux/drivers/base/regmap/
A 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/lib/
A Dtest_maple_tree.c63 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index()
81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range()
93 static int __init mtree_test_insert_range(struct maple_tree *mt, in mtree_test_insert_range()
145 static noinline void __init check_load(struct maple_tree *mt, in check_load()
187 static noinline void __init check_insert(struct maple_tree *mt, in check_insert()
227 static noinline void __init check_rev_seq(struct maple_tree *mt, in check_rev_seq()
387 static noinline void __init check_find(struct maple_tree *mt) in check_find()
1858 struct maple_tree mt, newmt; in check_forking()
1970 struct maple_tree newmt; in check_mas_store_gfp()
2002 struct maple_tree mt, newmt; in bench_forking()
[all …]
A 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()
836 static inline void *mt_root_locked(struct maple_tree *mt) in mt_root_locked()
5392 struct maple_tree *mt) in mte_destroy_walk()
6314 void *mtree_load(struct maple_tree *mt, unsigned long index) in mtree_load()
6809 int __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in __mt_dup()
6846 int mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) in mtree_dup()
6873 void __mt_destroy(struct maple_tree *mt) in __mt_destroy()
6891 void mtree_destroy(struct maple_tree *mt) in mtree_destroy()
7539 static void mt_validate_nulls(struct maple_tree *mt) in mt_validate_nulls()
[all …]
A DMakefile33 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
/linux/tools/testing/shared/
A 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/fs/btrfs/
A Dlru_cache.h44 struct maple_tree entries;
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_uvmm.h13 struct maple_tree region_mt;
/linux/Documentation/core-api/
A Dindex.rst42 maple_tree
A Dmaple_tree.rst220 .. kernel-doc:: include/linux/maple_tree.h
221 .. kernel-doc:: lib/maple_tree.c
/linux/mm/damon/tests/
A Dvaddr-kunit.h17 static int __link_vmas(struct maple_tree *mt, struct vm_area_struct *vmas, in __link_vmas()
/linux/tools/testing/vma/
A Dvma_internal.h172 struct maple_tree mm_mt;
/linux/tools/testing/radix-tree/
A 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()
34722 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress()
34799 struct maple_tree *mt; /* the maple tree */
35389 static void check_dfs_preorder(struct maple_tree *mt) in check_dfs_preorder()
35819 static noinline void __init check_nomem(struct maple_tree *mt) in check_nomem()
35949 static int __init compare_tree(struct maple_tree *mt_a, struct maple_tree *mt_b) in compare_tree()
36230 static void writer2(void *maple_tree) in writer2() argument
36232 struct maple_tree *mt = (struct maple_tree *)maple_tree; in writer2()
[all …]
/linux/kernel/bpf/
A Darena.c48 struct maple_tree mt;
/linux/kernel/irq/
A Dirqdesc.c145 static struct maple_tree sparse_irqs = MTREE_INIT_EXT(sparse_irqs,
/linux/arch/arm64/include/asm/
A Dkvm_host.h361 struct maple_tree smccc_filter;
/linux/mm/
A Dvma.c1336 struct maple_tree mt_detach; in do_vmi_align_munmap()
A Dmmap.c1371 struct maple_tree mt_detach; in __mmap_region()
/linux/
A 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

Completed in 125 milliseconds