Searched refs:dtl_cache (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 176 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()
|
H A D | setup.c | 281 struct kmem_cache *dtl_cache; variable 294 if (!dtl_cache) in alloc_dispatch_logs() 315 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache() 317 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
|
H A D | lpar.c | 92 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dtl_buffers() 190 kmem_cache_free(dtl_cache, pp->dispatch_log); in free_dtl_buffers()
|
/kernel/linux/linux-6.6/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 | 312 struct kmem_cache *dtl_cache; variable 325 if (!dtl_cache) in alloc_dispatch_logs() 346 dtl_cache = kmem_cache_create("dtl", DISPATCH_LOG_BYTES, in alloc_dispatch_log_kmem_cache() 348 if (!dtl_cache) { in alloc_dispatch_log_kmem_cache()
|
H A D | lpar.c | 95 dtl = kmem_cache_alloc(dtl_cache, GFP_KERNEL); in alloc_dtl_buffers() 193 kmem_cache_free(dtl_cache, pp->dispatch_log); in free_dtl_buffers()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dtl.h | 37 extern struct kmem_cache *dtl_cache;
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dtl.h | 37 extern struct kmem_cache *dtl_cache;
|
Completed in 15 milliseconds