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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Drtas_flash.c104 static struct kmem_cache *flash_block_cache = NULL; variable in typeref:struct:kmem_cache
187 kmem_cache_free(flash_block_cache, f->blocks[i].data);
189 kmem_cache_free(flash_block_cache, f);
288 /* constructor for flash_block_cache */
318 uf->flist = kmem_cache_alloc(flash_block_cache, GFP_KERNEL);
329 fl->next = kmem_cache_alloc(flash_block_cache, GFP_KERNEL);
338 p = kmem_cache_alloc(flash_block_cache, GFP_KERNEL);
343 kmem_cache_free(flash_block_cache, p);
805 flash_block_cache = kmem_cache_create("rtas_flash_cache",
808 if (!flash_block_cache) {
[all...]

Completed in 48 milliseconds