Home
last modified time | relevance | path

Searched refs:CallbackTarget (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs265 type CallbackTarget<'a>; typedef
283 fn run(this: <Self::Pointer<'_> as RawHrTimerCallback>::CallbackTarget<'_>) -> HrTimerRestart in run()
/linux-6.15/rust/kernel/time/hrtimer/
H A Darc.rs75 type CallbackTarget<'a> = ArcBorrow<'a, T>; typedef
H A Dpin.rs78 type CallbackTarget<'b> = Self; typedef
H A Dpin_mut.rs82 type CallbackTarget<'b> = Self; typedef
H A Dtbox.rs98 type CallbackTarget<'a> = Pin<&'a mut T>; typedef