Searched defs:Instant (Results 1 – 2 of 2) sorted by relevance
/linux/rust/kernel/ | ||
H A D | time.rs | 168 pub struct Instant<C: ClockSource> { global() struct |
/linux/rust/kernel/time/ | ||
H A D | hrtimer.rs | 433 impl<C: ClockSource> HrTimerExpires for Instant<C> { global() implementation |