Searched refs:pcpu_fc_free (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | setup_percpu.c | 136 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free() function 208 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas() 215 pcpu_fc_alloc, pcpu_fc_free, in setup_per_cpu_areas()
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | numa.c | 70 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free() function 101 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas() 108 pcpu_fc_alloc, pcpu_fc_free, in setup_per_cpu_areas()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | numa.c | 167 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free() function 185 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | init.c | 528 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free() function 546 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas()
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 3010 static void __init pcpu_fc_free(void *ptr, size_t size) in pcpu_fc_free() function 3043 * size, the leftover is returned using pcpu_fc_free. 3125 pcpu_fc_free(ptr, ai->unit_size); in pcpu_embed_first_chunk() 3130 pcpu_fc_free(ptr + size_sum, ai->unit_size - size_sum); in pcpu_embed_first_chunk() 3149 pcpu_fc_free(areas[group], in pcpu_embed_first_chunk() 3325 pcpu_fc_free(page_address(pages[j]), PAGE_SIZE); in pcpu_page_first_chunk()
|
Completed in 7 milliseconds