Searched refs:wi_kobj (Results 1 - 1 of 1) sorted by relevance

/linux-master/mm/
H A Dmempolicy.c3389 static void sysfs_wi_release(struct kobject *wi_kobj) argument
3394 sysfs_wi_node_release(node_attrs[i], wi_kobj);
3395 kobject_put(wi_kobj);
3403 static int add_weight_node(int nid, struct kobject *wi_kobj) argument
3425 if (sysfs_create_file(wi_kobj, &node_attr->kobj_attr.attr)) {
3438 struct kobject *wi_kobj; local
3441 wi_kobj = kzalloc(sizeof(struct kobject), GFP_KERNEL);
3442 if (!wi_kobj)
3445 err = kobject_init_and_add(wi_kobj, &wi_ktype, root_kobj,
3448 kfree(wi_kobj);
[all...]

Completed in 148 milliseconds