Lines Matching full:nodes
80 * Sets up nr_nodes fake nodes interleaved over physical nodes ranging from addr
111 * Calculate the number of big nodes that can be allocated as a result in split_nodes_interleave()
125 * Continue to fill physical nodes with fake nodes until there is no in split_nodes_interleave()
213 * Sets up fake nodes of `size' interleaved over physical nodes ranging from
234 * physical block and try to create nodes of at least size in split_nodes_size_interleave_uniform()
237 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
254 * The limit on emulated nodes is MAX_NUMNODES, so the in split_nodes_size_interleave_uniform()
258 * (but not necessarily over physical nodes). in split_nodes_size_interleave_uniform()
272 * Fill physical nodes with fake nodes of size until there is no memory in split_nodes_size_interleave_uniform()
347 * numa_emulation - Emulate NUMA nodes
351 * Emulate NUMA nodes according to the numa=fake kernel parameter.
358 * - @numa_meminfo is updated to reflect the emulated nodes.
361 * emulated nodes.
364 * nodes. The distances are determined considering how emulated nodes
365 * are mapped to physical nodes and match the actual distances.
367 * - emu_nid_to_phys[] reflects how emulated nodes are mapped to physical
368 * nodes. This is used by numa_add_cpu() and numa_remove_cpu().
395 * split the system RAM into N fake nodes. in numa_emulation()
419 pr_info("%s: phys: %d only got %d of %ld nodes, failing\n", in numa_emulation()
464 * for unmapped nodes. in numa_emulation()
471 /* Make sure numa_nodes_parsed only contains emulated nodes */ in numa_emulation()
480 /* make sure all emulated nodes are mapped to a physical node */ in numa_emulation()