Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmempolicy.c3367 struct iw_node_attr { struct
3375 struct iw_node_attr *node_attr; in node_show() argument
3378 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()
3386 struct iw_node_attr *node_attr; in node_store()
3391 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()
3414 static struct iw_node_attr **node_attrs;
3416 static void sysfs_wi_node_release(struct iw_node_attr *node_attr, in sysfs_wi_node_release()
3442 struct iw_node_attr *node_attr; in add_weight_node()
3531 node_attrs = kcalloc(nr_node_ids, sizeof(struct iw_node_attr *), in mempolicy_sysfs_init()