Home
last modified time | relevance | path

Searched refs:dtl_cache (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/powerpc/platforms/pseries/
Dsetup.c281 struct kmem_cache *dtl_cache; variable
298 if (!dtl_cache) in alloc_dispatch_logs()
303 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dispatch_logs()
343 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
345 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
Ddtl.c199 if (!dtl_cache) in dtl_enable()
207 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable()
228 kmem_cache_free(dtl_cache, buf); in dtl_enable()
236 kmem_cache_free(dtl_cache, dtl->buf); in dtl_disable()
/linux-3.4.99/arch/powerpc/include/asm/
Dlppaca.h205 extern struct kmem_cache *dtl_cache;