Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dacpi_mrrm.c142 &node_attr.attr,
/linux/mm/
H A Dmempolicy.c3551 struct iw_node_attr *node_attr; in node_show() local
3554 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()
3555 weight = get_il_weight(node_attr->nid); in node_show()
3563 struct iw_node_attr *node_attr; in node_store() local
3567 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()
3587 new_wi_state->iw_table[node_attr->nid] = weight; in node_store()