Home
last modified time | relevance | path

Searched refs:shmem_file_setup (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/ttm/
H A Dttm_backup.c224 return shmem_file_setup("ttm shmem backup", size, in ttm_backup_shmem_create()
H A Dttm_tt.c332 swap_storage = shmem_file_setup("ttm swap", size, EMPTY_VMA_FLAGS); in ttm_tt_swapout()
/linux/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c22 file = shmem_file_setup(name, PAGE_ALIGN(len), in shmem_create_from_data()
/linux/include/linux/
H A Dshmem_fs.h104 struct file *shmem_file_setup(const char *name, loff_t size, vma_flags_t flags);
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_tt_test.c146 shmem = shmem_file_setup("ttm swap", BO_SIZE, EMPTY_VMA_FLAGS); in ttm_tt_fini_shmem()
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c533 filp = shmem_file_setup("i915", size, shmem_flags); in __create_shmem()
H A Di915_gem_ttm.c203 filp = shmem_file_setup("i915-shmem-tt", size, in i915_ttm_tt_shmem_populate()
/linux/arch/x86/kernel/cpu/sgx/
H A Dioctl.c85 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()
/linux/mm/
H A Dshmem.c5869 struct file *shmem_file_setup(const char *name, loff_t size, vma_flags_t flags) in shmem_file_setup() function
5873 EXPORT_SYMBOL_GPL(shmem_file_setup);