Home
last modified time | relevance | path

Searched refs:mm_mt (Results 1 – 7 of 7) sorted by relevance

/linux/mm/
H A Dinit-mm.c33 .mm_mt = MTREE_INIT_EXT(mm_mt, MM_MT_FLAGS, init_mm.mmap_lock),
H A Dvma.c652 mt_validate(&mm->mm_mt); in validate_mm()
/linux/tools/testing/vma/
H A Dshared.c83 mtree_destroy(&mm->mm_mt); in cleanup_mm()
/linux/tools/testing/vma/include/
H A Ddup.h28 struct maple_tree mm_mt; member
426 .tree = &(__mm)->mm_mt, \
1357 mas_init(&vmi->mas, &mm->mm_mt, addr); in vma_iter_init()
1368 return mt_find(&mm->mm_mt, &index, end_addr - 1); in find_vma_intersection()
1374 return mtree_load(&mm->mm_mt, addr); in vma_lookup()
/linux/tools/testing/vma/tests/
H A Dmerge.c125 mtree_destroy(&mm.mm_mt); in test_simple_merge()
186 mtree_destroy(&mm.mm_mt); in test_simple_modify()
215 mtree_destroy(&mm.mm_mt); in test_simple_expand()
237 mtree_destroy(&mm.mm_mt); in test_simple_shrink()
456 mtree_destroy(&mm.mm_mt); in test_merge_new()
/linux/kernel/
H A Dfork.c1078 mt_init_flags(&mm->mm_mt, MM_MT_FLAGS); in mm_init()
1079 mt_set_external_lock(&mm->mm_mt, &mm->mmap_lock); in mm_init()
/linux/include/linux/
H A Dmm.h4204 return mtree_load(&mm->mm_mt, addr); in vma_lookup()