Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmemory_hotplug.h170 extern int try_online_node(int nid);
249 static inline int try_online_node(int nid) in try_online_node() function
/openbmc/linux/mm/
H A Dmemory_hotplug.c1289 int try_online_node(int nid) in try_online_node() function
/openbmc/linux/kernel/
H A Dcpu.c1745 err = try_online_node(cpu_to_node(cpu)); in cpu_up()