Searched refs:shmem_file_setup (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_gem.c | 140 obj->filp = shmem_file_setup("drm mm object", size, VM_NORESERVE); in drm_gem_object_init()
|
/linux-2.6.39/drivers/gpu/drm/ttm/ |
D | ttm_tt.c | 544 swap_storage = shmem_file_setup("ttm swap", in ttm_tt_swapout()
|
/linux-2.6.39/mm/ |
D | shmem.c | 2739 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) in shmem_file_setup() function 2795 EXPORT_SYMBOL_GPL(shmem_file_setup); 2806 file = shmem_file_setup("dev/zero", size, vma->vm_flags); in shmem_zero_setup()
|
/linux-2.6.39/ipc/ |
D | shm.c | 388 file = shmem_file_setup(name, size, acctflag); in newseg()
|
/linux-2.6.39/include/linux/ |
D | mm.h | 874 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags);
|