Home
last modified time | relevance | path

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

/linux/rust/kernel/time/hrtimer/
H A Darc.rs80 type CallbackTarget<'a> = ArcBorrow<'a, T>; typedef
H A Dpin.rs83 type CallbackTarget<'b> = Self; typedef
H A Dpin_mut.rs86 type CallbackTarget<'b> = Self; typedef
H A Dtbox.rs103 type CallbackTarget<'a> = Pin<&'a mut T>; typedef
/linux/rust/kernel/time/
H A Dhrtimer.rs368 type CallbackTarget<'a>; typedef
387 this: <Self::Pointer<'_> as RawHrTimerCallback>::CallbackTarget<'_>, in run()