Home
last modified time | relevance | path

Searched refs:nodes_max (Results 1 – 1 of 1) sorted by relevance

/arch/s390/numa/
Dmode_emu.c455 int nodes_max; in emu_setup_nodes_adjust() local
457 nodes_max = memblock.memory.total_size / emu_size; in emu_setup_nodes_adjust()
458 nodes_max = max(nodes_max, 1); in emu_setup_nodes_adjust()
459 if (nodes_max >= nodes) in emu_setup_nodes_adjust()
462 return nodes_max; in emu_setup_nodes_adjust()