Lines Matching full:nodes
78 * Sets up nr_nodes fake nodes interleaved over physical nodes ranging from addr
109 * Calculate the number of big nodes that can be allocated as a result in split_nodes_interleave()
123 * Continue to fill physical nodes with fake nodes until there is no in split_nodes_interleave()
211 * Sets up fake nodes of `size' interleaved over physical nodes ranging from
232 * physical block and try to create nodes of at least size in split_nodes_size_interleave_uniform()
235 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
252 * The limit on emulated nodes is MAX_NUMNODES, so the in split_nodes_size_interleave_uniform()
256 * (but not necessarily over physical nodes). in split_nodes_size_interleave_uniform()
270 * Fill physical nodes with fake nodes of size until there is no memory in split_nodes_size_interleave_uniform()
345 * numa_emulation - Emulate NUMA nodes
349 * Emulate NUMA nodes according to the numa=fake kernel parameter.
356 * - @numa_meminfo is updated to reflect the emulated nodes.
359 * emulated nodes.
362 * nodes. The distances are determined considering how emulated nodes
363 * are mapped to physical nodes and match the actual distances.
365 * - emu_nid_to_phys[] reflects how emulated nodes are mapped to physical
366 * nodes. This is used by numa_add_cpu() and numa_remove_cpu().
393 * split the system RAM into N fake nodes. in numa_emulation()
417 pr_info("%s: phys: %d only got %d of %ld nodes, failing\n", in numa_emulation()
467 * for unmapped nodes. in numa_emulation()
474 /* Make sure numa_nodes_parsed only contains emulated nodes */ in numa_emulation()
495 /* make sure all emulated nodes are mapped to a physical node */ in numa_emulation()