Searched refs:flash_block_cache (Results 1 – 1 of 1) sorted by relevance
116 static struct kmem_cache *flash_block_cache = NULL; variable201 kmem_cache_free(flash_block_cache, f->blocks[i].data); in free_flash_list()203 kmem_cache_free(flash_block_cache, f); in free_flash_list()328 uf->flist = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); in rtas_flash_write()339 fl->next = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); in rtas_flash_write()348 p = kmem_cache_zalloc(flash_block_cache, GFP_KERNEL); in rtas_flash_write()353 kmem_cache_free(flash_block_cache, p); in rtas_flash_write()713 flash_block_cache = kmem_cache_create("rtas_flash_cache", in rtas_flash_init()716 if (!flash_block_cache) { in rtas_flash_init()749 kmem_cache_destroy(flash_block_cache); in rtas_flash_init()[all …]