/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | shmem_utils.c | 18 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | shmem_fs.h | 59 extern struct file *shmem_file_setup(const char *name,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | shmem_fs.h | 85 extern struct file *shmem_file_setup(const char *name,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | shmem_utils.c | 21 file = shmem_file_setup(name, PAGE_ALIGN(len), VM_NORESERVE); in shmem_create_from_data()
|
/kernel/linux/linux-5.10/mm/ |
H A D | memfd.c | 323 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
|
H A D | shmem.c | 165 * 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 D | xfile.c | 71 xf->file = shmem_file_setup(description, isize, 0); in xfile_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 259 swap_storage = shmem_file_setup("ttm swap", size, 0); in ttm_tt_swapout()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memfd.c | 363 file = shmem_file_setup(name, 0, VM_NORESERVE); in SYSCALL_DEFINE2()
|
H A D | shmem.c | 159 * 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 D | i915_gem_shmem.c | 459 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 364 swap_storage = shmem_file_setup("ttm swap", in ttm_tt_swapout()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_shmem.c | 572 filp = shmem_file_setup("i915", size, flags); in __create_shmem()
|
H A D | i915_gem_ttm.c | 208 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 D | drm_gem.c | 130 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 D | ashmem.c | 451 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 D | ioctl.c | 77 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 D | drm_gem.c | 132 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()
|