Home
last modified time | relevance | path

Searched refs:OnlyCallFromDrop (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/rust/kernel/init/ !
D__internal.rs220 pub struct OnlyCallFromDrop(()); struct
222 impl OnlyCallFromDrop { implementation
Dmacros.rs519 fn drop($($sig)*, _: $crate::init::__internal::OnlyCallFromDrop) {
941 let token = unsafe { $crate::init::__internal::OnlyCallFromDrop::new() };
/linux-6.6.21/rust/kernel/ !
Dinit.rs1251 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop() argument