Searched refs:Ktime (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/rust/kernel/ |
| H A D | time.rs | 33 pub struct Ktime { struct 37 impl Ktime { argument 72 pub fn ktime_ms_delta(later: Ktime, earlier: Ktime) -> i64 { in ktime_ms_delta() argument 76 impl core::ops::Sub for Ktime { implementation 77 type Output = Ktime; 80 fn sub(self, other: Ktime) -> Ktime { in sub() argument
|
| /linux-6.15/rust/kernel/time/ |
| H A D | hrtimer.rs | 71 use crate::{prelude::*, time::Ktime, types::Opaque}; 192 fn start(self, expires: Ktime) -> Self::TimerHandle; in start() 223 unsafe fn start(self, expires: Ktime) -> Self::TimerHandle; in start() 235 fn start_scoped<T, F>(self, expires: Ktime, f: F) -> T in start_scoped() argument 247 fn start_scoped<U, F>(self, expires: Ktime, f: F) -> U in start_scoped() argument 369 unsafe fn start(this: *const Self, expires: Ktime) { in start() argument
|
| /linux-6.15/rust/kernel/time/hrtimer/ |
| H A D | arc.rs | 11 use crate::time::Ktime; 59 fn start(self, expires: Ktime) -> ArcHrTimerHandle<T> { in start()
|
| H A D | pin.rs | 9 use crate::time::Ktime; 59 unsafe fn start(self, expires: Ktime) -> Self::TimerHandle { in start()
|
| H A D | pin_mut.rs | 6 use crate::time::Ktime; 57 unsafe fn start(mut self, expires: Ktime) -> Self::TimerHandle { in start()
|
| H A D | tbox.rs | 10 use crate::time::Ktime; 69 fn start(self, expires: Ktime) -> Self::TimerHandle { in start()
|