Searched refs:scn_addr (Results 1 – 2 of 2) sorted by relevance
21 extern int hot_add_scn_to_nid(unsigned long scn_addr);23 static inline int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument
1257 static int hot_add_drconf_scn_to_nid(unsigned long scn_addr) in hot_add_drconf_scn_to_nid() argument1272 if ((scn_addr < lmb->base_addr) in hot_add_drconf_scn_to_nid()1273 || (scn_addr >= (lmb->base_addr + lmb_size))) in hot_add_drconf_scn_to_nid()1288 static int hot_add_node_scn_to_nid(unsigned long scn_addr) in hot_add_node_scn_to_nid() argument1310 if ((scn_addr < start) || (scn_addr >= (start + size))) in hot_add_node_scn_to_nid()1331 int hot_add_scn_to_nid(unsigned long scn_addr) in hot_add_scn_to_nid() argument1341 nid = hot_add_drconf_scn_to_nid(scn_addr); in hot_add_scn_to_nid()1344 nid = hot_add_node_scn_to_nid(scn_addr); in hot_add_scn_to_nid()