Searched refs:ipds (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/acpi/numa/ |
| H A D | hmat.c | 461 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local 474 ipds = hmat_loc->number_of_initiator_Pds; in hmat_parse_locality() 477 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 485 hmat_loc->flags, hmat_data_type(type), ipds, tpds, in hmat_parse_locality() 489 targs = inits + ipds; in hmat_parse_locality() 491 for (init = 0; init < ipds; init++) { in hmat_parse_locality() 679 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local 683 ipds = hmat_loc->number_of_initiator_Pds; in hmat_initiator_perf() 686 targs = inits + ipds; in hmat_initiator_perf() 689 for (i = 0; i < ipds; i++) { in hmat_initiator_perf() [all …]
|