Home
last modified time | relevance | path

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

/linux/mm/
H A Dpercpu.c2982 static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align, in pcpu_build_alloc_info()
3032 * by calling pcpu_fc_alloc and used as-is without being mapped into in pcpu_fc_alloc()
3089 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn); in pcpu_embed_first_chunk()
3282 ptr = pcpu_fc_alloc(cpu, PAGE_SIZE, PAGE_SIZE, cpu_to_nd_fn); in pcpu_page_first_chunk()
3006 static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align, pcpu_fc_alloc() function