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