Lines Matching full:nodes

77  * Sets up nr_nodes fake nodes interleaved over physical nodes ranging from addr
108 * Calculate the number of big nodes that can be allocated as a result in split_nodes_interleave()
122 * Continue to fill physical nodes with fake nodes until there is no in split_nodes_interleave()
210 * Sets up fake nodes of `size' interleaved over physical nodes ranging from
231 * physical block and try to create nodes of at least size in split_nodes_size_interleave_uniform()
234 * In the uniform case, split the nodes strictly by physical in split_nodes_size_interleave_uniform()
251 * The limit on emulated nodes is MAX_NUMNODES, so the in split_nodes_size_interleave_uniform()
255 * (but not necessarily over physical nodes). in split_nodes_size_interleave_uniform()
269 * Fill physical nodes with fake nodes of size until there is no memory in split_nodes_size_interleave_uniform()
344 * numa_emulation - Emulate NUMA nodes
348 * Emulate NUMA nodes according to the numa=fake kernel parameter.
355 * - @numa_meminfo is updated to reflect the emulated nodes.
358 * emulated nodes.
361 * nodes. The distances are determined considering how emulated nodes
362 * are mapped to physical nodes and match the actual distances.
364 * - emu_nid_to_phys[] reflects how emulated nodes are mapped to physical
365 * nodes. This is used by numa_add_cpu() and numa_remove_cpu().
392 * split the system RAM into N fake nodes. in numa_emulation()
416 pr_info("%s: phys: %d only got %d of %ld nodes, failing\n", in numa_emulation()
466 * for unmapped nodes. in numa_emulation()
473 /* Make sure numa_nodes_parsed only contains emulated nodes */ in numa_emulation()
494 /* make sure all emulated nodes are mapped to a physical node */ in numa_emulation()