Searched refs:dtl_cache (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | dtl.c | 186 if (!dtl_cache) in dtl_enable() 198 buf = kmem_cache_alloc_node(dtl_cache, GFP_KERNEL, cpu_to_node(dtl->cpu)); in dtl_enable() 221 kmem_cache_free(dtl_cache, buf); in dtl_enable() 231 kmem_cache_free(dtl_cache, dtl->buf); in dtl_disable()
|
| H A D | setup.c | 310 struct kmem_cache *dtl_cache; variable 323 if (!dtl_cache) in alloc_dispatch_logs() 344 dtl_cache = kmem_cache_create_usercopy("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache() 346 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
|
| H A D | lpar.c | 96 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dtl_buffers() 194 kmem_cache_free(dtl_cache, pp->dispatch_log); in free_dtl_buffers()
|
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 338 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/include/asm/ |
| H A D | dtl.h | 37 extern struct kmem_cache *dtl_cache;
|