Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c54 static struct mem_ops *shmem_ops; variable
1148 shmem_ops = &__shmem_ops; in parse_test_type()
1154 shmem_ops = &__shmem_ops; in parse_test_type()
1232 TEST(collapse_full, khugepaged_context, shmem_ops); in main()
1235 TEST(collapse_full, madvise_context, shmem_ops); in main()
1242 TEST(collapse_single_pte_entry, khugepaged_context, shmem_ops); in main()
1245 TEST(collapse_single_pte_entry, madvise_context, shmem_ops); in main()
1259 TEST(collapse_full_of_compound, khugepaged_context, shmem_ops); in main()
1262 TEST(collapse_full_of_compound, madvise_context, shmem_ops); in main()
1284 TEST(madvise_collapse_existing_thps, madvise_context, shmem_ops); in main()
[all …]
/linux/mm/
H A Dshmem.c267 static const struct super_operations shmem_ops; variable
5077 sb->s_op = &shmem_ops; in shmem_fill_super()
5273 static const struct super_operations shmem_ops = {
5277 static const struct super_operations shmem_ops = { global() variable