Searched refs:node_attr (Results 1 – 2 of 2) sorted by relevance
3375 struct iw_node_attr *node_attr; in node_show() local3378 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()3379 weight = get_il_weight(node_attr->nid); in node_show()3386 struct iw_node_attr *node_attr; in node_store() local3391 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()3406 new[node_attr->nid] = weight; in node_store()3416 static void sysfs_wi_node_release(struct iw_node_attr *node_attr, in sysfs_wi_node_release() argument3419 if (!node_attr) in sysfs_wi_node_release()3421 sysfs_remove_file(parent, &node_attr->kobj_attr.attr); in sysfs_wi_node_release()3422 kfree(node_attr->kobj_attr.attr.name); in sysfs_wi_node_release()[all …]
907 struct node_attr { struct915 struct node_attr *na = container_of(attr, struct node_attr, attr); in show_node_state() argument924 static struct node_attr node_state_attr[] = {