Searched refs:tpds (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/acpi/numa/ |
| H A D | hmat.c | 431 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local 445 tpds = hmat_loc->number_of_target_Pds; in hmat_parse_locality() 446 total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds + in hmat_parse_locality() 447 sizeof(*inits) * ipds + sizeof(*targs) * tpds; in hmat_parse_locality() 455 hmat_loc->flags, hmat_data_type(type), ipds, tpds, in hmat_parse_locality() 460 entries = (u16 *)(targs + tpds); in hmat_parse_locality() 463 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality() 464 value = hmat_normalize(entries[init * tpds + targ], in hmat_parse_locality() 649 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local 654 tpds = hmat_loc->number_of_target_Pds; in hmat_initiator_perf() [all …]
|