Home
last modified time | relevance | path

Searched refs:MT_FLAGS_ALLOC_RANGE (Results 1 – 10 of 10) sorted by relevance

/linux/lib/
H A Dtest_maple_tree.c1174 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1239 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1258 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1269 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1284 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1311 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1401 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_prev_entry()
1433 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
1444 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
1456 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
[all …]
H A Dregion_alloc_benchmark.c128 struct maple_tree mt = MTREE_INIT(mt, MT_FLAGS_ALLOC_RANGE); in benchmark_maple_tree()
H A Dmaple_tree.c367 return (mt->ma_flags & MT_FLAGS_ALLOC_RANGE); in mt_is_alloc()
/linux/tools/testing/radix-tree/
H A Dmaple.c33505 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33528 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33535 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33540 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33545 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33550 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33555 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33561 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33572 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33584 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h76 mt_init_flags(&mm.mm_mt, MT_FLAGS_ALLOC_RANGE | MT_FLAGS_USE_RCU); in damon_test_three_regions_in_vmas()
/linux/rust/kernel/
H A Dmaple_tree.rs397 bindings::mt_init_flags(slot, bindings::MT_FLAGS_ALLOC_RANGE) in new()
/linux/include/linux/
H A Dmaple_tree.h209 #define MT_FLAGS_ALLOC_RANGE 0x01 macro
H A Dmm_types.h1461 #define MM_MT_FLAGS (MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN | \
/linux/Documentation/core-api/
H A Dmaple_tree.rst68 passing in the ``MT_FLAGS_ALLOC_RANGE`` flag when initialising the tree.
/linux/mm/
H A Dalloc_tag.c639 static struct maple_tree mod_area_mt = MTREE_INIT(mod_area_mt, MT_FLAGS_ALLOC_RANGE);