| /linux/include/linux/ |
| A D | maple_tree.h | 231 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 D | mm_types.h | 807 struct maple_tree mm_mt;
|
| A D | fs.h | 3430 struct maple_tree mt;
|
| /linux/include/trace/events/ |
| 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)
|
| A D | maple_tree.h | 3 #define TRACE_SYSTEM maple_tree
|
| /linux/drivers/base/regmap/ |
| 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/ |
| A D | test_maple_tree.c | 63 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 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() 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 D | Makefile | 33 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
|
| /linux/tools/testing/shared/ |
| 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/ |
| A D | lru_cache.h | 44 struct maple_tree entries;
|
| /linux/drivers/gpu/drm/nouveau/ |
| A D | nouveau_uvmm.h | 13 struct maple_tree region_mt;
|
| /linux/Documentation/core-api/ |
| A D | index.rst | 42 maple_tree
|
| A D | maple_tree.rst | 220 .. kernel-doc:: include/linux/maple_tree.h 221 .. kernel-doc:: lib/maple_tree.c
|
| /linux/mm/damon/tests/ |
| 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/ |
| A D | vma_internal.h | 172 struct maple_tree mm_mt;
|
| /linux/tools/testing/radix-tree/ |
| 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() 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 D | arena.c | 48 struct maple_tree mt;
|
| /linux/kernel/irq/ |
| A D | irqdesc.c | 145 static struct maple_tree sparse_irqs = MTREE_INIT_EXT(sparse_irqs,
|
| /linux/arch/arm64/include/asm/ |
| A D | kvm_host.h | 361 struct maple_tree smccc_filter;
|
| /linux/mm/ |
| A D | vma.c | 1336 struct maple_tree mt_detach; in do_vmi_align_munmap()
|
| A D | mmap.c | 1371 struct maple_tree mt_detach; in __mmap_region()
|
| /linux/ |
| A 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
|