Searched refs:exception_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-snap.c205 static struct kmem_cache *exception_cache; variable in typeref:struct:kmem_cache
612 e = kmem_cache_alloc(exception_cache, GFP_NOIO);
614 e = kmem_cache_alloc(exception_cache, GFP_ATOMIC);
621 kmem_cache_free(exception_cache, e);
774 dm_exception_table_exit(&s->complete, exception_cache);
1218 dm_exception_table_exit(&s->complete, exception_cache);
1242 dm_exception_table_exit(&s->complete, exception_cache);
2273 exception_cache = KMEM_CACHE(dm_exception, 0);
2274 if (!exception_cache) {
2308 kmem_cache_destroy(exception_cache);
[all...]

Completed in 163 milliseconds