Home
last modified time | relevance | path

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

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