Lines Matching refs:psu_section
1405 make_psu_subsections(rmclomv_cache_section_t *psu_section, in make_psu_subsections() argument
1415 RMCLOMV_MAX_VI_PER_PSU * psu_section->num_entries); in make_psu_subsections()
1416 for (index = 0; index < psu_section->num_entries; index++) { in make_psu_subsections()
1417 src_entry = &psu_section->entry[index]; in make_psu_subsections()
1481 RMCLOMV_MAX_CI_PER_PSU * psu_section->num_entries); in make_psu_subsections()
1483 for (index = 0; index < psu_section->num_entries; index++) { in make_psu_subsections()
1485 src_entry = &psu_section->entry[index]; in make_psu_subsections()
1509 psu_section->num_entries); in make_psu_subsections()
1511 for (index = 0; index < psu_section->num_entries; index++) { in make_psu_subsections()
1514 src_entry = &psu_section->entry[index]; in make_psu_subsections()
1528 RMCLOMV_MAX_FI_PER_PSU * psu_section->num_entries); in make_psu_subsections()
1530 for (index = 0; index < psu_section->num_entries; index++) { in make_psu_subsections()
1532 src_entry = &psu_section->entry[index]; in make_psu_subsections()
1617 rmclomv_cache_section_t *psu_section; in refresh_name_cache() local
1767 psu_section = create_cache_section(RMCLOMV_PSU_IND, in refresh_name_cache()
1770 psu_section->entry[index].handle = in refresh_name_cache()
1773 add_section(&my_chain, psu_section); in refresh_name_cache()
1790 make_psu_subsections(psu_section, &derived_chain, &psu_r); in refresh_name_cache()