Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/
H A Dtime.rs33 pub struct Ktime { struct
37 impl Ktime { impl
72 pub fn ktime_ms_delta(later: Ktime, earlier: Ktime) -> i64 { in ktime_ms_delta()
76 impl core::ops::Sub for Ktime { implementation
80 fn sub(self, other: Ktime) -> Ktime { in sub()
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs235 fn start_scoped<T, F>(self, expires: Ktime, f: F) -> T in start_scoped()
247 fn start_scoped<U, F>(self, expires: Ktime, f: F) -> U in start_scoped()
369 unsafe fn start(this: *const Self, expires: Ktime) { in start()