Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/configfs/
H A Dconfigfs_sample.c173 struct simple_children { struct
177 static inline struct simple_children *to_simple_children(struct config_item *item) in to_simple_children()
180 struct simple_children, group); in to_simple_children()
253 * This example reuses the simple_children group from above. However,
254 * the simple_children group is not the subsystem itself, it is a
256 * a new simple_children group. That group can then have simple_child
263 struct simple_children *simple_children; in group_children_make_group() local
265 simple_children = kzalloc(sizeof(struct simple_children), in group_children_make_group()
[all...]
/kernel/linux/linux-6.6/samples/configfs/
H A Dconfigfs_sample.c171 struct simple_children { struct
175 static inline struct simple_children *to_simple_children(struct config_item *item) in to_simple_children()
178 struct simple_children, group); in to_simple_children()
251 * This example reuses the simple_children group from above. However,
252 * the simple_children group is not the subsystem itself, it is a
254 * a new simple_children group. That group can then have simple_child
261 struct simple_children *simple_children; in group_children_make_group() local
263 simple_children = kzalloc(sizeof(struct simple_children), in group_children_make_group()
[all...]

Completed in 1 milliseconds