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> { global() struct
173 impl<C: ClockSource> Clone for Instant<C> { global() implementation
179 impl<C: ClockSource> Copy for Instant<C> {} global() implementation
181 impl<C: ClockSource> Instant<C> { global() implementation
205 impl<C: ClockSource> core::ops::Sub for Instant<C> { global() implementation
[all...]
/linux/rust/kernel/time/
H A Dhrtimer.rs433 impl<C: ClockSource> HrTimerExpires for Instant<C> { global() implementation
[all...]