Home
last modified time | relevance | path

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

/linux/mm/
H A Dmempolicy.c3386 struct iw_node_attr { struct
3394 struct iw_node_attr *node_attr; in node_show() argument
3397 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()
3405 struct iw_node_attr *node_attr; in node_store()
3410 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()
3433 static struct iw_node_attr **node_attrs;
3435 static void sysfs_wi_node_release(struct iw_node_attr *node_attr, in sysfs_wi_node_release()
3461 struct iw_node_attr *node_attr; in add_weight_node()
3550 node_attrs = kcalloc(nr_node_ids, sizeof(struct iw_node_attr *), in mempolicy_sysfs_init()