Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Ddtl.c176 if (!dtl_cache) in dtl_enable()
188 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable()
211 kmem_cache_free(dtl_cache, buf); in dtl_enable()
221 kmem_cache_free(dtl_cache, dtl->buf); in dtl_disable()
A Dsetup.c282 struct kmem_cache *dtl_cache; variable
295 if (!dtl_cache) in alloc_dispatch_logs()
316 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
318 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
A Dlpar.c93 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dtl_buffers()
191 kmem_cache_free(dtl_cache, pp->dispatch_log); in free_dtl_buffers()
/linux/arch/powerpc/include/asm/
A Ddtl.h37 extern struct kmem_cache *dtl_cache;

Completed in 10 milliseconds