Searched refs:aeb_slab_cache (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dattach.c183 aeb = kmem_cache_zalloc(ai->aeb_slab_cache, GFP_KERNEL);
205 kmem_cache_free(ai->aeb_slab_cache, aeb);
1360 kmem_cache_destroy(ai->aeb_slab_cache);
1464 ai->aeb_slab_cache = kmem_cache_create("ubi_aeb_slab_cache",
1467 if (!ai->aeb_slab_cache) {
H A Dubi.h751 * @aeb_slab_cache: slab cache for &struct ubi_ainf_peb objects
781 struct kmem_cache *aeb_slab_cache; member in struct:ubi_attach_info

Completed in 117 milliseconds