Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/numa/
Dmode_emu.c54 static int emu_nodes = 1; variable
182 for (nid = 0; nid < emu_nodes; nid++) in toptree_unify_tree()
334 emu_cores->per_node_target = cores_total / emu_nodes; in toptree_to_numa()
335 numa = toptree_new(TOPTREE_ID_NUMA, emu_nodes); in toptree_to_numa()
420 for (nid = 0; nid < emu_nodes; nid++) { in print_node_to_core_map()
445 node_id = (node_id + 1) % emu_nodes; in pin_all_possible_cpus()
511 emu_nodes = emu_setup_nodes_adjust(emu_nodes); in emu_setup()
512 for (nid = 0; nid < emu_nodes; nid++) in emu_setup()
515 emu_nodes, emu_size >> 20); in emu_setup()
523 return (pfn / (emu_size >> PAGE_SHIFT)) % emu_nodes; in emu_pfn_to_nid()
[all …]