Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/init/
H A D__internal.rs220 pub struct OnlyCallFromDrop(()); struct
222 impl OnlyCallFromDrop { impl
/openbmc/linux/rust/kernel/
H A Dinit.rs1251 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop()