Home
last modified time | relevance | path

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

/linux/rust/pin-init/examples/
H A Dbig_struct_in_place.rs24 init!(ManagedBuf { buf <- init_zeroed() }) in new()
33 buf <- init_zeroed(), in main()
/linux/rust/pin-init/src/
H A Dmacros.rs
H A Dlib.rs1537 fn init_zeroed() -> impl Init<Self> in init_zeroed() method
1541 init_zeroed() in init_zeroed()
1580 pub fn init_zeroed<T: Zeroable>() -> impl Init<T> { in init_zeroed() function
/linux/rust/kernel/drm/gem/
H A Dshmem.rs310 obj <- Opaque::init_zeroed(),
/linux/rust/kernel/
H A Dconfigfs.rs153 subsystem <- pin_init::init_zeroed().chain( in new()
263 group <- pin_init::init_zeroed().chain(|v: &mut Opaque<bindings::config_group>| { in new()
/linux/rust/pin-init/
H A DREADME.md140 buffer: Box::init(pin_init::init_zeroed())?,