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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c29 * @kmcache: Pool to quickly allocate xfers for all channels in the dmac.
36 struct kmem_cache *kmcache; member in struct:s3c_pl330_dmac
417 kmem_cache_free(ch->dmac->kmcache, xfer);
683 xfer = kmem_cache_alloc(ch->dmac->kmcache, GFP_ATOMIC);
1092 s3c_pl330_dmac->kmcache = kmem_cache_create(dev_name(&pdev->dev),
1095 if (!s3c_pl330_dmac->kmcache) {

Completed in 37 milliseconds