| /linux/include/linux/ |
| H A D | maple_tree.h | 263 struct maple_tree { struct 303 struct maple_tree name = MTREE_INIT(name, 0) 357 struct maple_tree *mtree; 360 void *mtree_load(struct maple_tree *mt, unsigned long index); 362 int mtree_insert(struct maple_tree *mt, unsigned long index, 364 int mtree_insert_range(struct maple_tree *mt, unsigned long first, 366 int mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, 369 int mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, 372 int mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, 376 int mtree_store_range(struct maple_tree *mt, unsigned long first, [all …]
|
| H A D | fs.h | 3323 struct maple_tree mt;
|
| /linux/lib/ |
| H A 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 …]
|
| H A D | region_alloc_benchmark.c | 128 struct maple_tree mt = MTREE_INIT(mt, MT_FLAGS_ALLOC_RANGE); in benchmark_maple_tree()
|
| H A D | Makefile | 38 maple_tree.o idr.o extable.o irq_regs.o argv_split.o \
|
| H A D | alloc_tag.c | 294 static struct maple_tree mod_area_mt = MTREE_INIT(mod_area_mt, MT_FLAGS_ALLOC_RANGE);
|
| /linux/tools/testing/shared/ |
| H A D | shared.mk | 19 ../../../include/linux/maple_tree.h \ 23 ../../../lib/maple_tree.c \ 56 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tree.c \
|
| /linux/rust/helpers/ |
| H A D | maple_tree.c | 3 #include <linux/maple_tree.h> 5 __rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt, in rust_helper_mt_init_flags()
|
| /linux/fs/btrfs/ |
| H A D | lru_cache.h | 44 struct maple_tree entries;
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 23 #include <linux/maple_tree.h> 97 /* linux/maple_tree.h */
|
| /linux/include/trace/events/ |
| H A D | maple_tree.h | 3 #define TRACE_SYSTEM maple_tree
|
| /linux/Documentation/core-api/ |
| H A D | index.rst | 44 maple_tree
|
| H A D | maple_tree.rst | 220 .. kernel-doc:: include/linux/maple_tree.h 221 .. kernel-doc:: lib/maple_tree.c
|
| /linux/rust/kernel/ |
| H A D | lib.rs | 100 pub mod maple_tree; 93 pub mod maple_tree; global() module
|
| H A D | maple_tree.rs | 31 tree: Opaque<bindings::maple_tree>,
|
| /linux/tools/testing/radix-tree/ |
| H A D | maple.c | 27 struct maple_tree *mt; 45 struct maple_tree *mt; 64 static noinline void __init check_erase(struct maple_tree *mt, unsigned long index, in check_erase() 74 static noinline void __init check_erase_testset(struct maple_tree *mt) in check_erase_testset() 581 static noinline void __init check_erase2_testset(struct maple_tree *mt, in check_erase2_testset() 726 static noinline void __init check_erase2_sets(struct maple_tree *mt) in check_erase2_sets() 34213 static void rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_rev() 34272 static void rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, in rcu_stress_fwd() 34340 static void rcu_stress(struct maple_tree *mt, bool forward) in rcu_stress() 34418 struct maple_tree *mt; /* the maple tree */ [all …]
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 28 struct maple_tree mm_mt;
|
| /linux/drivers/block/ |
| H A D | ublk_drv.c | 345 struct maple_tree buf_tree;
|
| /linux/ |
| H A D | MAINTAINERS | 15682 F: Documentation/core-api/maple_tree.rst 15683 F: include/linux/maple_tree.h 15684 F: include/trace/events/maple_tree.h 15685 F: lib/maple_tree.c 15688 F: rust/helpers/maple_tree.c 15689 F: rust/kernel/maple_tree.rs 15691 F: tools/testing/shared/linux/maple_tree.h
|