Searched refs:node_attr (Results 1 – 3 of 3) sorted by relevance
937 struct node_attr { struct945 struct node_attr *na = container_of(attr, struct node_attr, attr); in show_node_state() argument954 static struct node_attr node_state_attr[] = {
145 &node_attr.attr,
3629 struct iw_node_attr *node_attr; in node_show() local3632 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()3633 weight = get_il_weight(node_attr->nid); in node_show()3641 struct iw_node_attr *node_attr; in node_store() local3645 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()3664 new_wi_state->iw_table[node_attr->nid] = weight; in node_store()