Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmempolicy.c3417 struct iw_node_attr { struct
3425 struct iw_node_attr *node_attr; in node_show() argument
3428 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_show()
3436 struct iw_node_attr *node_attr; in node_store()
3441 node_attr = container_of(attr, struct iw_node_attr, kobj_attr); in node_store()
3464 static struct iw_node_attr **node_attrs;
3466 static void sysfs_wi_node_release(struct iw_node_attr *node_attr, in sysfs_wi_node_release()
3492 struct iw_node_attr *node_attr; in add_weight_node()
3581 node_attrs = kcalloc(nr_node_ids, sizeof(struct iw_node_attr *), in mempolicy_sysfs_init()