Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dconfigfs.rs344 unsafe extern "C" fn make_group( in make_group() function
502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; in make_group() method