Home
last modified time | relevance | path

Searched refs:map_shared (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/arch/ia64/kernel/
Dsys_ia64.c30 long map_shared = (flags & MAP_SHARED); in arch_get_unmapped_area() local
52 if (map_shared && (TASK_SIZE > 0xfffffffful)) in arch_get_unmapped_area()
/Linux-v6.1/tools/testing/selftests/vm/
Duserfaultfd.c97 static bool map_shared; variable
252 if (!map_shared) { in hugetlb_release_pages()
266 if (!map_shared) in hugetlb_allocate_area()
285 if (map_shared) { in hugetlb_allocate_area()
307 if (!map_shared) in hugetlb_alias_mapping()
400 if (test_type == TEST_HUGETLB && map_shared) in uffd_minor_feature()
1710 map_shared = true; in set_test_type()
1716 map_shared = true; in set_test_type()
1844 if (test_type == TEST_HUGETLB && map_shared) { in main()