Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dconfigfs.rs492 type Child: 'static; typedef
502 fn make_group(&self, name: &CStr) -> Result<impl PinInit<Group<Self::Child>, Error>>; in make_group()
514 fn drop_item(&self, _child: ArcBorrow<'_, Group<Self::Child>>) { in drop_item()
/linux/drivers/block/rnull/
H A Dconfigfs.rs47 type Child = DeviceConfig; typedef