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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_gem.c146 obj->filp = shmem_file_setup("drm mm object", size, VM_NORESERVE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_tt.c540 swap_storage = shmem_file_setup("ttm swap",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c181 * shmem_file_setup pre-accounts the whole fixed size of a VM object,
2705 * shmem_file_setup - get an unlinked file living in tmpfs
2710 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags) function
2766 EXPORT_SYMBOL_GPL(shmem_file_setup); variable
2777 file = shmem_file_setup("dev/zero", size, vma->vm_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dshm.c382 file = shmem_file_setup(name, size, acctflag);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmm.h734 struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags);

Completed in 93 milliseconds