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.rs15 unsafe impl super::AtomicAdd<i32> for i32 {
28 unsafe impl super::AtomicAdd<i64> for i64 {
68 unsafe impl super::AtomicAdd<isize> for isize {
81 unsafe impl super::AtomicAdd<u32> for u32 {
94 unsafe impl super::AtomicAdd<u64> for u64 {
107 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()