Lines Matching full:per
33 * Track per-node information needed to setup the boot memory allocator, the
34 * per-node areas, and the real VM.
54 * To prevent cache aliasing effects, align per-node structures so that they
133 * per_cpu_node_setup - setup per-cpu areas on each node
134 * @cpu_data: per-cpu area on this node
137 * Copy the static per-cpu data into the region we just set aside and then
297 * find_pernode_space - allocate memory for memory map and per-node structures
302 * This routine reserves space for the per-cpu data struct, the list of
303 * pg_data_ts and the per-node data struct. Each node will have something like
320 * could probably move the allocation of the per-cpu and ia64_node_data space
382 * reserve_pernode_space - reserve memory for per-node space
384 * Reserve the space used by the bootmem maps & per-node space in the boot
408 /* Now the per-node space */ in reserve_pernode_space()
437 * initialize_pernode_data - fixup per-cpu & per-node pointers
439 * Each node's per-node area has a copy of the global pg_data_t list, so
440 * we copy that to each node here, as well as setting the per-cpu pointer
441 * to the local node data structure. The active_cpus field of the per-node
451 /* Set the node_data pointer for each per-cpu struct */ in initialize_pernode_data()
524 * allocate the per-cpu and per-node structures.
591 * per_cpu_init - setup per-cpu variables
615 * For discontig machines, it does this on a per-pgdat basis.
719 * count_node_pages - callback to build per-node memory info structures