Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtime.rs169 pub struct Instant<C: ClockSource> { struct
174 impl<C: ClockSource> Clone for Instant<C> { implementation
180 impl<C: ClockSource> Copy for Instant<C> {} implementation
182 impl<C: ClockSource> Instant<C> { implementation
228 impl<C: ClockSource> ops::Sub for Instant<C> { implementation
240 impl<T: ClockSource> ops::Add<Delta> for Instant<T> { implementation
260 impl<T: ClockSource> ops::Sub<Delta> for Instant<T> { implementation
/linux/rust/kernel/time/
H A Dhrtimer.rs522 impl<C: ClockSource> HrTimerExpires for Instant<C> { implementation