Home
last modified time | relevance | path

Searched defs:make_group (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs344 unsafe extern "C" fn make_group( make_group() function
502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; make_group() method
/linux/include/linux/
H A Dconfigfs.h220 struct config_group *(*make_group)(struct config_group *group, const char *name); member