Home
last modified time | relevance | path

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

/drivers/acpi/hmat/
Dhmat.c52 struct node_hmem_attrs hmem_attrs; member
201 target->hmem_attrs.read_latency = value; in hmat_update_target_access()
202 target->hmem_attrs.write_latency = value; in hmat_update_target_access()
205 target->hmem_attrs.read_latency = value; in hmat_update_target_access()
208 target->hmem_attrs.write_latency = value; in hmat_update_target_access()
211 target->hmem_attrs.read_bandwidth = value; in hmat_update_target_access()
212 target->hmem_attrs.write_bandwidth = value; in hmat_update_target_access()
215 target->hmem_attrs.read_bandwidth = value; in hmat_update_target_access()
218 target->hmem_attrs.write_bandwidth = value; in hmat_update_target_access()
613 node_set_perf_attrs(mem_nid, &target->hmem_attrs, 0); in hmat_register_target_perf()
/drivers/base/
Dnode.c76 struct node_hmem_attrs hmem_attrs; member
161 return sprintf(buf, "%u\n", to_access_nodes(dev)->hmem_attrs.name); \
184 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument
199 c->hmem_attrs = *hmem_attrs; in node_set_perf_attrs()