Searched refs:pcpu_page_first_chunk (Results 1 – 5 of 5) sorted by relevance
157 rc = pcpu_page_first_chunk(PERCPU_FIRST_CHUNK_RESERVE, in setup_per_cpu_areas()
181 rc = pcpu_page_first_chunk(PERCPU_MODULE_RESERVE, early_cpu_to_node); in setup_per_cpu_areas()
91 rc = pcpu_page_first_chunk(PERCPU_MODULE_RESERVE, pcpu_cpu_to_node); in setup_per_cpu_areas()
872 rc = pcpu_page_first_chunk(0, pcpu_cpu_to_node); in setup_per_cpu_areas()
2760 /* build pcpu_page_first_chunk() iff needed by the arch config */3164 * pcpu_page_first_chunk - map the first chunk using PAGE_SIZE pages3177 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() function