Searched refs:shmem_file_setup (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | shmem_fs.h | 50 extern struct file *shmem_file_setup(const char *name,
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
H A D | ttm_tt.c | 340 swap_storage = shmem_file_setup("ttm swap", ttm_tt_swapout()
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 138 * shmem_file_setup pre-accounts the whole fixed size of a VM object, 2955 file = shmem_file_setup(name, 0, VM_NORESERVE); SYSCALL_DEFINE2() 3384 * shmem_file_setup - get an unlinked file living in tmpfs 3389 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) shmem_file_setup() function 3393 EXPORT_SYMBOL_GPL(shmem_file_setup); variable
|
/linux-4.1.27/drivers/staging/android/ |
H A D | ashmem.c | 390 vmfile = shmem_file_setup(name, asma->size, vma->vm_flags); ashmem_mmap()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_gem.c | 140 filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); drm_gem_object_init()
|
/linux-4.1.27/ipc/ |
H A D | shm.c | 581 file = shmem_file_setup(name, size, acctflag); newseg()
|
Completed in 147 milliseconds