Home
last modified time | relevance | path

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

/drivers/base/
Dcpu.c30 unsigned int from_nid, unsigned int to_nid) in change_cpu_under_node() argument
33 unregister_cpu_under_node(cpuid, from_nid); in change_cpu_under_node()
53 int from_nid, to_nid; in store_online() local
64 from_nid = cpu_to_node(cpuid); in store_online()
72 if (from_nid != to_nid) in store_online()
73 change_cpu_under_node(cpu, from_nid, to_nid); in store_online()