Home
last modified time | relevance | path

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

/drivers/base/
Dcpu.c39 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument
43 register_cpu_under_node(cpuid, to_nid); in change_cpu_under_node()
44 cpu->node_id = to_nid; in change_cpu_under_node()
51 int from_nid, to_nid; in cpu_subsys_online() local
63 to_nid = cpu_to_node(cpuid); in cpu_subsys_online()
64 if (from_nid != to_nid) in cpu_subsys_online()
65 change_cpu_under_node(cpu, from_nid, to_nid); in cpu_subsys_online()