Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c260 int bc, idx, mdesc_dimm_count, mdesc_bank_count; in mdesc_init_n2() local
335 mdesc_bank_count = md_scan_dag(mdp, MDE_INVAL_ELEM_COOKIE, in mdesc_init_n2()
346 banklist = topo_mod_zalloc(mod, mdesc_bank_count * in mdesc_init_n2()
348 bclist = topo_mod_zalloc(mod, mdesc_bank_count * in mdesc_init_n2()
353 for (idx = 0; idx < mdesc_bank_count; idx++) { in mdesc_init_n2()
388 bl = topo_mod_zalloc(mod, mdesc_bank_count * sizeof (mde_cookie_t)); in mdesc_init_n2()
407 gmp = find_grp(bl, bc, bclist, banklist, mdesc_bank_count, mem); in mdesc_init_n2()
410 bclist, banklist, mdesc_bank_count, mem); in mdesc_init_n2()
414 topo_mod_free(mod, bl, mdesc_bank_count * sizeof (mde_cookie_t)); in mdesc_init_n2()
415 topo_mod_free(mod, bclist, mdesc_bank_count * sizeof (mde_cookie_t)); in mdesc_init_n2()
[all …]