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

/linux-4.1.27/arch/powerpc/platforms/pseries/
H A Ddtl.c198 if (!dtl_cache) dtl_enable()
206 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); dtl_enable()
227 kmem_cache_free(dtl_cache, buf); dtl_enable()
235 kmem_cache_free(dtl_cache, dtl->buf); dtl_disable()
H A Dsetup.c287 struct kmem_cache *dtl_cache; variable in typeref:struct:kmem_cache
304 if (!dtl_cache) alloc_dispatch_logs()
309 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); for_each_possible_cpu()
349 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, alloc_dispatch_log_kmem_cache()
351 if (!dtl_cache) { alloc_dispatch_log_kmem_cache()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dlppaca.h154 extern struct kmem_cache *dtl_cache;

Completed in 248 milliseconds