Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/numa/
H A Dhmat.c65 struct node_hmem_attrs hmem_attrs[2]; member
230 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
231 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
234 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
237 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
240 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
241 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
244 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
247 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
704 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access); in hmat_register_target_perf()
/openbmc/linux/include/linux/
H A Dnode.h68 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs,
77 struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument
/openbmc/linux/drivers/base/
H A Dnode.c84 struct node_hmem_attrs hmem_attrs; member
170 to_access_nodes(dev)->hmem_attrs.property); \
193 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument
208 c->hmem_attrs = *hmem_attrs; in node_set_perf_attrs()