Searched refs:simple_child (Results 1 – 2 of 2) sorted by relevance
146 struct simple_child { struct151 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child() argument153 return item ? container_of(item, struct simple_child, item) : NULL; in to_simple_child()164 struct simple_child *simple_child = to_simple_child(item); in simple_child_storeme_store() local175 simple_child->storeme = tmp; in simple_child_storeme_store()216 struct simple_child *simple_child; in simple_children_make_item() local218 simple_child = kzalloc(sizeof(struct simple_child), GFP_KERNEL); in simple_children_make_item()219 if (!simple_child) in simple_children_make_item()222 config_item_init_type_name(&simple_child->item, name, in simple_children_make_item()225 simple_child->storeme = 0; in simple_children_make_item()[all …]
308 subsystem/group and the simple_child item in