Home
last modified time | relevance | path

Searched refs:shmem_file_setup (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c18 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
/kernel/linux/linux-5.10/include/linux/
H A Dshmem_fs.h59 extern struct file *shmem_file_setup(const char *name,
/kernel/linux/linux-6.6/include/linux/
H A Dshmem_fs.h85 extern struct file *shmem_file_setup(const char *name,
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.c21 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
/kernel/linux/linux-5.10/mm/
H A Dmemfd.c323 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
H A Dshmem.c165 * shmem_file_setup pre-accounts the whole fixed size of a VM object,
4254 * shmem_file_setup - get an unlinked file living in tmpfs
4259 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function
4263 EXPORT_SYMBOL_GPL(shmem_file_setup); variable
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dxfile.c71 xf->file = shmem_file_setup(description, isize, 0); in xfile_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/
H A Dttm_tt.c259 swap_storage = shmem_file_setup("ttm swap", size, 0); in ttm_tt_swapout()
/kernel/linux/linux-6.6/mm/
H A Dmemfd.c363 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
H A Dshmem.c159 * shmem_file_setup pre-accounts the whole fixed size of a VM object,
4840 * shmem_file_setup - get an unlinked file living in tmpfs
4845 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function
4849 EXPORT_SYMBOL_GPL(shmem_file_setup); variable
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c459 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
H A Dttm_tt.c364 swap_storage = shmem_file_setup("ttm swap", in ttm_tt_swapout()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c572 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
H A Di915_gem_ttm.c208 filp = shmem_file_setup("i915-shmem-tt", size, VM_NORESERVE); in i915_ttm_tt_shmem_populate()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_gem.c130 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()
/kernel/linux/linux-5.10/drivers/staging/android/
H A Dashmem.c451 vmfile = shmem_file_setup(name, asma->size, vma->vm_flags); in ashmem_mmap()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dioctl.c77 backing = shmem_file_setup("SGX backing", encl_size + (encl_size >> 5), in sgx_encl_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c132 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()

Completed in 25 milliseconds