Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/init/
D__internal.rs225 pub struct OnlyCallFromDrop(()); struct
227 impl OnlyCallFromDrop { impl
/linux-6.14.4/rust/kernel/
Dinit.rs1358 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop()