Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/mm/
Dnuma.c1037 unsigned int drconf_cell_cnt, rc; in hot_add_drconf_scn_to_nid() local
1042 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_scn_to_nid()
1043 if (!drconf_cell_cnt) in hot_add_drconf_scn_to_nid()
1054 for (; drconf_cell_cnt != 0; --drconf_cell_cnt) { in hot_add_drconf_scn_to_nid()
1160 unsigned int drconf_cell_cnt = 0; in hot_add_drconf_memory_max() local
1166 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_memory_max()
1170 return lmb_size * drconf_cell_cnt; in hot_add_drconf_memory_max()