Home
last modified time | relevance | path

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

/linux/arch/powerpc/perf/
H A Dvpa-dtl.c338 if (!dtl_cache) in vpa_dtl_mem_alloc()
341 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL | GFP_ATOMIC, cpu_to_node(cpu)); in vpa_dtl_mem_alloc()
481 kmem_cache_free(dtl_cache, dtl->buf); in vpa_dtl_event_del()
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c334 struct kmem_cache *dtl_cache; variable
347 if (!dtl_cache) in alloc_dispatch_logs()
368 dtl_cache = kmem_cache_create_usercopy("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache()
370 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()