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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/maple/
H A Dmaple.c52 static struct kmem_cache *maple_queue_cache; variable in typeref:struct:kmem_cache
143 kmem_cache_free(maple_queue_cache, mq->recvbuf);
195 mq->recvbuf = kmem_cache_zalloc(maple_queue_cache, GFP_KERNEL);
238 kmem_cache_free(maple_queue_cache, mdev->mq->recvbuf);
835 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN);
837 if (!maple_queue_cache)
867 kmem_cache_destroy(maple_queue_cache);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/maple/
H A Dmaple.c52 static struct kmem_cache *maple_queue_cache; variable in typeref:struct:kmem_cache
143 kmem_cache_free(maple_queue_cache, mq->recvbuf);
195 mq->recvbuf = kmem_cache_zalloc(maple_queue_cache, GFP_KERNEL);
238 kmem_cache_free(maple_queue_cache, mdev->mq->recvbuf);
835 maple_queue_cache = KMEM_CACHE(maple_buffer, SLAB_HWCACHE_ALIGN);
837 if (!maple_queue_cache)
867 kmem_cache_destroy(maple_queue_cache);

Completed in 63 milliseconds