Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/acpi/numa/
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()
/Linux-v6.1/include/linux/
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
/Linux-v6.1/drivers/base/
Dnode.c85 struct node_hmem_attrs hmem_attrs; member
171 to_access_nodes(dev)->hmem_attrs.name); \
194 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument
209 c->hmem_attrs = *hmem_attrs; in node_set_perf_attrs()