Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
Ddtl.c198 if (!dtl_cache) in dtl_enable()
206 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable()
227 kmem_cache_free(dtl_cache, buf); in dtl_enable()
235 kmem_cache_free(dtl_cache, dtl->buf); in dtl_disable()
Dsetup.c290 struct kmem_cache *dtl_cache; variable
307 if (!dtl_cache) in alloc_dispatch_logs()
312 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dispatch_logs()
352 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
354 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
/linux-4.4.14/arch/powerpc/include/asm/
Dlppaca.h154 extern struct kmem_cache *dtl_cache;