Searched refs:shmem_ops (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | khugepaged.c | 62 static struct mem_ops *shmem_ops; variable 1430 shmem_ops = &__shmem_ops; in parse_test_type() 1436 shmem_ops = &__shmem_ops; in parse_test_type() 1500 TEST(collapse_full, khugepaged_context, shmem_ops); in main() 1503 TEST(collapse_full, madvise_context, shmem_ops); in main() 1510 TEST(collapse_single_pte_entry, khugepaged_context, shmem_ops); in main() 1513 TEST(collapse_single_pte_entry, madvise_context, shmem_ops); in main() 1527 TEST(collapse_full_of_compound, khugepaged_context, shmem_ops); in main() 1530 TEST(collapse_full_of_compound, madvise_context, shmem_ops); in main() 1552 TEST(madvise_collapse_existing_thps, madvise_context, shmem_ops); in main() [all …]
|
/linux-6.3-rc2/drivers/accel/ivpu/ |
A D | ivpu_gem.c | 134 static const struct ivpu_bo_ops shmem_ops = { variable 535 bo = ivpu_bo_alloc(vdev, &file_priv->ctx, size, args->flags, &shmem_ops, NULL, 0); in ivpu_bo_create_ioctl()
|
/linux-6.3-rc2/mm/ |
A D | shmem.c | 233 static const struct super_operations shmem_ops; variable 3818 sb->s_op = &shmem_ops; in shmem_fill_super() 3994 static const struct super_operations shmem_ops = { variable
|
Completed in 16 milliseconds