Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dshmem_fs.h67 extern struct file *shmem_file_setup(const char *name,
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dshmem_utils.c20 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
/linux-6.1.9/mm/
Dmemfd.c321 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
Dshmem.c4245 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function
4249 EXPORT_SYMBOL_GPL(shmem_file_setup);
/linux-6.1.9/drivers/gpu/drm/ttm/
Dttm_tt.c259 swap_storage = shmem_file_setup("ttm swap", size, 0); in ttm_tt_swapout()
/linux-6.1.9/drivers/gpu/drm/i915/gem/
Di915_gem_shmem.c545 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
Di915_gem_ttm.c205 filp = shmem_file_setup("i915-shmem-tt", size, VM_NORESERVE); in i915_ttm_tt_shmem_populate()
/linux-6.1.9/drivers/gpu/drm/
Ddrm_gem.c132 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()
/linux-6.1.9/arch/x86/kernel/cpu/sgx/
Dioctl.c77 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()