Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c298 unsigned int init, targ, total_size, ipds, tpds; in hmat_parse_locality() local
312 tpds = hmat_loc->number_of_target_Pds; in hmat_parse_locality()
322 hmat_loc->flags, hmat_data_type(type), ipds, tpds, in hmat_parse_locality()
327 entries = (u16 *)(targs + tpds); in hmat_parse_locality()
330 for (targ = 0; targ < tpds; targ++) { in hmat_parse_locality()
497 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local
502 tpds = hmat_loc->number_of_target_Pds; in hmat_initiator_perf()
505 entries = (u16 *)(targs + tpds); in hmat_initiator_perf()
517 for (i = 0; i < tpds; i++) { in hmat_initiator_perf()
523 if (i == tpds) in hmat_initiator_perf()
[all …]