Home
last modified time | relevance | path

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

/linux-5.19.10/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()
692 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access); in hmat_register_target_perf()
/linux-5.19.10/include/linux/
Dnode.h69 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs,
78 struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument
/linux-5.19.10/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()