ashmem_area_cachep 95 drivers/staging/android/ashmem.c static struct kmem_cache *ashmem_area_cachep __read_mostly; ashmem_area_cachep 250 drivers/staging/android/ashmem.c asma = kmem_cache_zalloc(ashmem_area_cachep, GFP_KERNEL); ashmem_area_cachep 282 drivers/staging/android/ashmem.c kmem_cache_free(ashmem_area_cachep, asma); ashmem_area_cachep 914 drivers/staging/android/ashmem.c ashmem_area_cachep = kmem_cache_create("ashmem_area_cache", ashmem_area_cachep 917 drivers/staging/android/ashmem.c if (!ashmem_area_cachep) { ashmem_area_cachep 951 drivers/staging/android/ashmem.c kmem_cache_destroy(ashmem_area_cachep);