Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/configfs/
H A Dconfigfs_sample.c123 struct simple_child { struct
128 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child()
130 return container_of(item, struct simple_child, item); in to_simple_child()
141 struct simple_child *simple_child = to_simple_child(item); in simple_child_storeme_store() local
144 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()
186 struct simple_child *simple_child; in simple_children_make_item() local
188 simple_child = kzalloc(sizeof(struct simple_child), GFP_KERNE in simple_children_make_item()
[all...]
/kernel/linux/linux-6.6/samples/configfs/
H A Dconfigfs_sample.c121 struct simple_child { struct
126 static inline struct simple_child *to_simple_child(struct config_item *item) in to_simple_child()
128 return container_of(item, struct simple_child, item); in to_simple_child()
139 struct simple_child *simple_child = to_simple_child(item); in simple_child_storeme_store() local
142 ret = kstrtoint(page, 10, &simple_child->storeme); in simple_child_storeme_store()
184 struct simple_child *simple_child; in simple_children_make_item() local
186 simple_child = kzalloc(sizeof(struct simple_child), GFP_KERNE in simple_children_make_item()
[all...]

Completed in 2 milliseconds