Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpercpu.h121 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn);
126 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn);
/linux/mm/
H A Dpercpu.c2948 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn) in pcpu_fc_alloc() argument
2955 if (cpu_to_nd_fn) in pcpu_fc_alloc()
2956 node = cpu_to_nd_fn(cpu); in pcpu_fc_alloc()
3019 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn) in pcpu_embed_first_chunk() argument
3054 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn); in pcpu_embed_first_chunk()
3194 int __init pcpu_page_first_chunk(size_t reserved_size, pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn) in pcpu_page_first_chunk() argument
3233 ptr = pcpu_fc_alloc(cpu, PAGE_SIZE, PAGE_SIZE, cpu_to_nd_fn); in pcpu_page_first_chunk()