Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/mm/
H A Dpercpu.c2931 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn) in pcpu_fc_alloc() argument
2938 if (cpu_to_nd_fn) in pcpu_fc_alloc()
2939 node = cpu_to_nd_fn(cpu); in pcpu_fc_alloc()
3002 pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn) in pcpu_embed_first_chunk() argument
3037 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn); in pcpu_embed_first_chunk()
3177 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
3216 ptr = pcpu_fc_alloc(cpu, PAGE_SIZE, PAGE_SIZE, cpu_to_nd_fn); in pcpu_page_first_chunk()