Home
last modified time | relevance | path

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

/drivers/acpi/numa/
Dhmat.c66 struct node_hmem_attrs hmem_attrs[2]; member
231 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
232 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
235 target->hmem_attrs[access].read_latency = value; in hmat_update_target_access()
238 target->hmem_attrs[access].write_latency = value; in hmat_update_target_access()
241 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
242 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
245 target->hmem_attrs[access].read_bandwidth = value; in hmat_update_target_access()
248 target->hmem_attrs[access].write_bandwidth = value; in hmat_update_target_access()
705 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access); in hmat_register_target_perf()
/drivers/base/
Dnode.c84 struct node_hmem_attrs hmem_attrs; member
170 to_access_nodes(dev)->hmem_attrs.name); \
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()