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

/linux-master/mm/
H A Dpercpu.c3006 static void * __init pcpu_fc_alloc(unsigned int cpu, size_t size, size_t align, function
3056 * by calling pcpu_fc_alloc and used as-is without being mapped into
3113 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn);
3306 ptr = pcpu_fc_alloc(cpu, PAGE_SIZE, PAGE_SIZE, cpu_to_nd_fn);

Completed in 103 milliseconds