Home
last modified time | relevance | path

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

/rust/kernel/
A Dlib.rs92 pub mod init; module
151 fn init(module: &'static ThisModule) -> error::Result<Self>; in init() method
159 fn init(module: &'static ThisModule) -> impl pin_init::PinInit<Self, error::Error>; in init() method
163 fn init(module: &'static ThisModule) -> impl pin_init::PinInit<Self, error::Error> { in init() method
A Dinit.rs172 fn init<E>(init: impl Init<T, E>, flags: Flags) -> error::Result<Self> in init() method
A Dcpufreq.rs739 fn init(policy: &mut Policy) -> Result<Self::PData>; in init() method
/rust/kernel/sync/lock/
A Dmutex.rs105 unsafe fn init( in init() method
A Dspinlock.rs104 unsafe fn init( in init() method
A Dglobal.rs62 pub unsafe fn init(&'static self) { in init() method
/rust/pin-init/examples/
A Dstatic_init.rs28 init: Cell<Option<I>>, field
/rust/pin-init/src/
A Dalloc.rs55 fn init(init: impl Init<T>) -> Result<Self, AllocError> { in init() method
A D__internal.rs171 pub fn init<E>(self: Pin<&mut Self>, init: impl PinInit<T, E>) -> Result<Pin<&mut T>, E> { in init() method
A Dlib.rs887 macro_rules! init { macro
/rust/kernel/sync/
A Dlock.rs53 unsafe fn init( in init() method
/rust/kernel/list/
A Darc.rs194 pub fn init<E>(init: impl Init<T, E>, flags: Flags) -> Result<Self, E> in init() method

Completed in 20 milliseconds