Searched refs:shmem_file_setup (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_backup.c | 186 return shmem_file_setup("ttm shmem backup", size, 0); in ttm_backup_shmem_create()
|
| H A D | ttm_tt.c | 329 swap_storage = shmem_file_setup("ttm swap", size, 0); in ttm_tt_swapout()
|
| /linux-6.15/include/linux/ |
| H A D | shmem_fs.h | 89 extern struct file *shmem_file_setup(const char *name,
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | shmem_utils.c | 22 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
|
| /linux-6.15/mm/ |
| H A D | memfd.c | 432 file = shmem_file_setup(name, 0, VM_NORESERVE); in alloc_file()
|
| H A D | shmem.c | 5859 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function 5863 EXPORT_SYMBOL_GPL(shmem_file_setup);
|
| /linux-6.15/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_tt_test.c | 146 shmem = shmem_file_setup("ttm swap", BO_SIZE, 0); in ttm_tt_fini_shmem()
|
| /linux-6.15/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shmem.c | 569 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
|
| H A D | i915_gem_ttm.c | 201 filp = shmem_file_setup("i915-shmem-tt", size, VM_NORESERVE); in i915_ttm_tt_shmem_populate()
|
| /linux-6.15/arch/x86/kernel/cpu/sgx/ |
| H A D | ioctl.c | 84 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_gem.c | 141 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init_with_mnt()
|