Home
last modified time | relevance | path

Searched defs:Delta (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/io/
H A Dpoll.rs70 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 Dinternal.rs37 type Delta; typedef
32 type Delta; global() typedef
42 type Delta = Self; global() typedef
/linux/rust/kernel/time/
H A Ddelay.rs30 pub fn fsleep(delta: Delta) { in fsleep()
63 pub fn udelay(delta: Delta) { in udelay()
/linux/rust/kernel/sync/
H A Datomic.rs126 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta; in rhs_into_delta()
/linux/sound/pci/trident/
H A Dtrident.h278 unsigned short Delta; /* 16 bits */ member