Searched refs:simple_child (Results 1 – 2 of 2) sorted by relevance
132 struct simple_child { struct137 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child() argument139 return item ? container_of(item, struct simple_child, item) : NULL; in to_simple_child()150 struct simple_child *simple_child = to_simple_child(item); in simple_child_storeme_store() local161 simple_child->storeme = tmp; in simple_child_storeme_store()202 struct simple_child *simple_child; in simple_children_make_item() local204 simple_child = kzalloc(sizeof(struct simple_child), GFP_KERNEL); in simple_children_make_item()205 if (!simple_child) in simple_children_make_item()208 config_item_init_type_name(&simple_child->item, name, in simple_children_make_item()211 simple_child->storeme = 0; in simple_children_make_item()[all …]
348 subsystem/group and the simple_child item in