Searched refs:hmem_attrs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A D | hmat.c | 66 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[acces in hmat_register_target_perf() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | hmat.c | 65 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[acces in hmat_register_target_perf() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | node.h | 68 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() 76 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | node.h | 69 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() 77 node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, unsigned access) node_set_perf_attrs() argument
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | node.c | 73 * @hmem_attrs: Heterogeneous memory performance attributes 80 struct node_hmem_attrs hmem_attrs; member 166 to_access_nodes(dev)->hmem_attrs.name); \ 186 * @hmem_attrs: Heterogeneous memory performance attributes 189 void node_set_perf_attrs(unsigned int nid, struct node_hmem_attrs *hmem_attrs, in node_set_perf_attrs() argument 204 c->hmem_attrs = *hmem_attrs; in node_set_perf_attrs()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | node.c | 77 * @hmem_attrs: Heterogeneous memory performance attributes 84 struct node_hmem_attrs hmem_attrs; member 170 to_access_nodes(dev)->hmem_attrs.property); \ 190 * @hmem_attrs: Heterogeneous memory performance attributes 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()
|
Completed in 8 milliseconds