Searched refs:shmem_ops (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | khugepaged.c | 53 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...] |
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_gem.c | 134 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()
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 248 static const struct super_operations shmem_ops; variable 3797 sb->s_op = &shmem_ops; in shmem_fill_super() 3957 static const struct super_operations shmem_ops = { variable
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 256 static const struct super_operations shmem_ops; variable 4346 sb->s_op = &shmem_ops; in shmem_fill_super() 4542 static const struct super_operations shmem_ops = { variable
|
Completed in 14 milliseconds