Searched defs:rhs_into_delta (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/sync/atomic/ | ||
| H A D | predefine.rs | 16 fn rhs_into_delta(rhs: i32) -> i32 { rhs_into_delta() method |
| /linux/rust/kernel/sync/ | ||
| H A D | atomic.rs | 126 fn rhs_into_delta(rhs: Rhs) -> <Self::Repr as AtomicImpl>::Delta; rhs_into_delta() method |