Home
last modified time | relevance | path

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

/linux/lib/
H A Dtest_maple_tree.c1170 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1235 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1254 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1265 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1280 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1301 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_ranges()
1366 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_prev_entry()
1398 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
1409 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
1421 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_store_null()
[all …]
H A Dalloc_tag.c278 static struct maple_tree mod_area_mt = MTREE_INIT(mod_area_mt, MT_FLAGS_ALLOC_RANGE);
H A Dmaple_tree.c394 return (mt->ma_flags & MT_FLAGS_ALLOC_RANGE); in mt_is_alloc()
/linux/tools/testing/radix-tree/
H A Dmaple.c33504 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33527 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33534 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33539 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33544 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33549 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33554 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33560 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33571 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
33583 mt_init_flags(mt, MT_FLAGS_ALLOC_RANGE); in check_erase2_sets()
[all …]
/linux/mm/damon/tests/
H A Dvaddr-kunit.h80 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.h178 #define MT_FLAGS_ALLOC_RANGE 0x01 macro
H A Dmm_types.h1365 #define MM_MT_FLAGS (MT_FLAGS_ALLOC_RANGE | MT_FLAGS_LOCK_EXTERN | \
/linux/drivers/iommu/iommufd/
H A Dmain.c317 mt_init_flags(&ictx->mt_mmap, MT_FLAGS_ALLOC_RANGE); in iommufd_fops_open()
/linux/kernel/irq/
H A Dirqdesc.c169 MT_FLAGS_ALLOC_RANGE |
/linux/Documentation/core-api/
H A Dmaple_tree.rst58 passing in the ``MT_FLAGS_ALLOC_RANGE`` flag when initialising the tree.
/linux/fs/
H A Dlibfs.c276 mt_init_flags(&octx->mt, MT_FLAGS_ALLOC_RANGE); in simple_offset_init()