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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm.c219 static struct kmem_cache *_rq_tio_cache; variable in typeref:struct:kmem_cache
236 _rq_tio_cache = KMEM_CACHE(dm_rq_target_io, 0);
237 if (!_rq_tio_cache)
263 kmem_cache_destroy(_rq_tio_cache);
275 kmem_cache_destroy(_rq_tio_cache);
2895 mempool_create_slab_pool(MIN_IOS, _rq_tio_cache);

Completed in 111 milliseconds