Searched defs:Jiffies (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | time.rs | 42 pub type Jiffies = crate::ffi::c_ulong; global() typedef |
| /linux/rust/kernel/sync/ | ||
| H A D | condvar.rs | 189 jiffies: Jiffies, in wait_interruptible_timeout() |