Home
last modified time | relevance | path

Searched refs:c_subsys_ptr (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dconfigfs.rs233 let c_subsys_ptr = unsafe { container_of!(group, bindings::configfs_subsystem, su_group) }; in container_of() localVariable
234 let opaque_ptr = c_subsys_ptr.cast::<Opaque<bindings::configfs_subsystem>>(); in container_of()