Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dtime.rs168 pub struct Instant<C: ClockSource> { struct
173 impl<C: ClockSource> Clone for Instant<C> { implementation
179 impl<C: ClockSource> Copy for Instant<C> {} implementation
181 impl<C: ClockSource> Instant<C> { impl
205 impl<C: ClockSource> core::ops::Sub for Instant<C> { implementation
/linux/rust/kernel/time/
H A Dhrtimer.rs433 impl<C: ClockSource> HrTimerExpires for Instant<C> { implementation