Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c53 static struct mem_ops *shmem_ops; variable
1421 shmem_ops = &__shmem_ops; in parse_test_type()
1427 shmem_ops = &__shmem_ops; in parse_test_type()
1495 TEST(collapse_full, khugepaged_context, shmem_ops); in main()
1498 TEST(collapse_full, madvise_context, shmem_ops); in main()
1505 TEST(collapse_single_pte_entry, khugepaged_context, shmem_ops); in main()
1508 TEST(collapse_single_pte_entry, madvise_context, shmem_ops); in main()
1522 TEST(collapse_full_of_compound, khugepaged_context, shmem_ops); in main()
1525 TEST(collapse_full_of_compound, madvise_context, shmem_ops); in main()
1547 TEST(madvise_collapse_existing_thps, madvise_context, shmem_ops); in main()
[all …]
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_gem.c134 static const struct ivpu_bo_ops shmem_ops = { variable
540 bo = ivpu_bo_alloc(vdev, &file_priv->ctx, size, args->flags, &shmem_ops, NULL, 0); in ivpu_bo_create_ioctl()
/openbmc/linux/mm/
H A Dshmem.c256 static const struct super_operations shmem_ops; variable
4347 sb->s_op = &shmem_ops; in shmem_fill_super()
4543 static const struct super_operations shmem_ops = { variable