Home
last modified time | relevance | path

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

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