Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/numa/
H A 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()
704 node_set_perf_attrs(mem_nid, &target->hmem_attrs[access], access); in hmat_register_target_perf()
/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/drivers/base/
H A Dnode.c80 struct node_hmem_attrs hmem_attrs; member
166 to_access_nodes(dev)->hmem_attrs.name); \
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()