Home
last modified time | relevance | path

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

/rust/kernel/
Dinit.rs955 unsafe fn __init(self, slot: *mut T) -> Result<(), E>; in __init() method
1003 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() function
1162 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() method
/rust/kernel/init/
D__internal.rs31 unsafe fn __init(self, slot: *mut T) -> Result<(), E> { in __init() function