Searched refs:pcpu_fc_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | setup_percpu.c | 127 static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align) in pcpu_fc_alloc() function 207 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas() 214 pcpu_fc_alloc, pcpu_fc_free, in setup_per_cpu_areas()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | setup_64.c | 743 static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align) in pcpu_fc_alloc() function 784 pcpu_fc_alloc, pcpu_fc_free); in setup_per_cpu_areas()
|
/linux-4.4.14/arch/tile/kernel/ |
D | setup.c | 1521 static void *__init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align) in pcpu_fc_alloc() function 1579 rc = pcpu_page_first_chunk(PERCPU_MODULE_RESERVE, pcpu_fc_alloc, in setup_per_cpu_areas()
|