Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dnode.c937 struct node_attr { struct
945 struct node_attr *na = container_of(attr, struct node_attr, attr); in show_node_state() argument
954 static struct node_attr node_state_attr[] = {
/linux/drivers/acpi/
H A Dacpi_mrrm.c145 &node_attr.attr,
/linux/mm/
H A Dmempolicy.c3625 struct iw_node_attr *node_attr; in node_show() local
3628 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()
3629 weight = get_il_weight(node_attr->nid); in node_show()
3637 struct iw_node_attr *node_attr; in node_store() local
3641 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()
3661 new_wi_state->iw_table[node_attr->nid] = weight; in node_store()