Searched defs:Delta (Results 1 – 5 of 5) sorted by relevance
| /linux/rust/kernel/io/ |
| H A D | poll.rs | 70 read_poll_timeout<Op, Cond, T>( mut op: Op, mut cond: Cond, sleep_delta: Delta, timeout_delta: Delta, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout() argument 71 read_poll_timeout<Op, Cond, T>( mut op: Op, mut cond: Cond, sleep_delta: Delta, timeout_delta: Delta, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout() argument 152 read_poll_timeout_atomic<Op, Cond, T>( mut op: Op, mut cond: Cond, delay_delta: Delta, retry: usize, ) -> Result<T> where Op: FnMut() -> Result<T>, Cond: FnMut(&T) -> bool, read_poll_timeout_atomic() argument
|
| /linux/rust/kernel/sync/atomic/ |
| H A D | internal.rs | 37 type Delta; typedef 32 type Delta; global() typedef 42 type Delta = Self; global() typedef
|
| /linux/rust/kernel/time/ |
| H A D | delay.rs | 30 pub fn fsleep(delta: Delta) { in fsleep() 63 pub fn udelay(delta: Delta) { in udelay()
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 126 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta; in rhs_into_delta()
|
| /linux/sound/pci/trident/ |
| H A D | trident.h | 278 unsigned short Delta; /* 16 bits */ member
|