Home
last modified time | relevance | path

Searched refs:ClockId (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/rust/kernel/
H A Dtime.rs97 pub enum ClockId { enum
147 impl ClockId { impl
/linux-6.15/rust/kernel/time/
H A Dhrtimer.rs70 use super::ClockId;
99 pub fn new(mode: HrTimerMode, clock: ClockId) -> impl PinInit<Self> in new()