Searched refs:fetch_add (Results 1 – 7 of 7) sorted by relevance
| /linux/rust/kernel/sync/atomic/ |
| H A D | predefine.rs | 272 assert_eq!(v, x.fetch_add(12, Full));
|
| H A D | internal.rs | 339 fn fetch_add[acquire, release, relaxed](a: &AtomicRepr<Self>, v: Self::Delta) -> Self {
|
| /linux/include/uapi/rdma/ |
| H A D | vmw_pvrdma-abi.h | 267 struct pvrdma_ex_fetch_add fetch_add; member
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 549 /// assert_eq!(42, x.fetch_add(12, Acquire)); in fetch_add() 554 /// assert_eq!(42, x.fetch_add(12, Full)); in fetch_add() 558 pub fn fetch_add<Rhs, Ordering: ordering::Ordering>(&self, v: Rhs, _: Ordering) -> T in fetch_add() 542 pub fn fetch_add<Rhs, Ordering: ordering::Ordering>(&self, v: Rhs, _: Ordering) -> T fetch_add() function
|
| /linux/drivers/android/binder/ |
| H A D | rust_binder_main.rs | 103 NEXT_DEBUG_ID.fetch_add(1, Relaxed) in next_debug_id()
|
| H A D | thread.rs | 285 EE_ID.fetch_add(1, Relaxed) in new()
|
| /linux/kernel/kcsan/ |
| H A D | core.c | 1260 DEFINE_TSAN_ATOMIC_RMW(fetch_add, bits, ); \
|