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.rs1486 fn init_zeroed() -> impl Init<Self> in init_zeroed() method
1490 init_zeroed() in init_zeroed()
1546 pub fn init_zeroed<T: Zeroable>() -> impl Init<T> { in init_zeroed() function
/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/drivers/gpu/nova-core/gsp/
H A Dfw.rs795 ..Zeroable::init_zeroed() in init()
833 ..Zeroable::init_zeroed() in init()
/linux/rust/pin-init/
H A DREADME.md140 buffer: Box::init(pin_init::init_zeroed())?,