Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/atomic/
H A Dpredefine.rs38 unsafe impl super::AtomicAdd<i32> for i32 {
51 unsafe impl super::AtomicAdd<i64> for i64 {
91 unsafe impl super::AtomicAdd<isize> for isize {
104 unsafe impl super::AtomicAdd<u32> for u32 {
117 unsafe impl super::AtomicAdd<u64> for u64 {
130 unsafe impl super::AtomicAdd<usize> for usize {
/linux/rust/kernel/sync/
H A Datomic.rs124 pub unsafe trait AtomicAdd<Rhs = Self>: AtomicType { trait
510 T: AtomicAdd<Rhs>, in add()
544 T: AtomicAdd<Rhs>, in fetch_add()