Searched refs:asma (Results 1 – 1 of 1) sorted by relevance
77 struct ashmem_area *asma; member165 static int range_alloc(struct ashmem_area *asma, in range_alloc() argument175 range->asma = asma; in range_alloc()236 struct ashmem_area *asma; in ashmem_open() local243 asma = kmem_cache_zalloc(ashmem_area_cachep, GFP_KERNEL); in ashmem_open()244 if (unlikely(!asma)) in ashmem_open()247 INIT_LIST_HEAD(&asma->unpinned_list); in ashmem_open()248 memcpy(asma->name, ASHMEM_NAME_PREFIX, ASHMEM_NAME_PREFIX_LEN); in ashmem_open()249 asma->prot_mask = PROT_MASK; in ashmem_open()250 file->private_data = asma; in ashmem_open()[all …]