flash_block_cache 116 arch/powerpc/kernel/rtas_flash.c static struct kmem_cache *flash_block_cache = NULL; flash_block_cache 201 arch/powerpc/kernel/rtas_flash.c kmem_cache_free(flash_block_cache, f->blocks[i].data); flash_block_cache 203 arch/powerpc/kernel/rtas_flash.c kmem_cache_free(flash_block_cache, f); flash_block_cache 328 arch/powerpc/kernel/rtas_flash.c uf->flist = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); flash_block_cache 339 arch/powerpc/kernel/rtas_flash.c fl->next = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); flash_block_cache 348 arch/powerpc/kernel/rtas_flash.c p = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); flash_block_cache 353 arch/powerpc/kernel/rtas_flash.c kmem_cache_free(flash_block_cache, p); flash_block_cache 713 arch/powerpc/kernel/rtas_flash.c flash_block_cache = kmem_cache_create("rtas_flash_cache", flash_block_cache 716 arch/powerpc/kernel/rtas_flash.c if (!flash_block_cache) { flash_block_cache 749 arch/powerpc/kernel/rtas_flash.c kmem_cache_destroy(flash_block_cache); flash_block_cache 771 arch/powerpc/kernel/rtas_flash.c kmem_cache_destroy(flash_block_cache);