Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dnuma.c1044 unsigned int drconf_cell_cnt, rc; in hot_add_drconf_scn_to_nid() local
1049 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_scn_to_nid()
1050 if (!drconf_cell_cnt) in hot_add_drconf_scn_to_nid()
1061 for (; drconf_cell_cnt != 0; --drconf_cell_cnt) { in hot_add_drconf_scn_to_nid()
1167 unsigned int drconf_cell_cnt = 0; in hot_add_drconf_memory_max() local
1173 drconf_cell_cnt = of_get_drconf_memory(memory, &dm); in hot_add_drconf_memory_max()
1177 return lmb_size * drconf_cell_cnt; in hot_add_drconf_memory_max()