Searched refs:atomic_fetch_add (Results 1 – 15 of 15) sorted by relevance
| /linux/kernel/kcsan/ |
| H A D | selftest.c | 158 KCSAN_CHECK_READ_BARRIER(atomic_fetch_add(1, &dummy)); in test_barrier() 187 KCSAN_CHECK_WRITE_BARRIER(atomic_fetch_add(1, &dummy)); in test_barrier() 219 KCSAN_CHECK_RW_BARRIER(atomic_fetch_add(1, &dummy)); in test_barrier()
|
| /linux/kernel/ |
| H A D | nscommon.c | 291 prev = atomic_fetch_add(1, &ns->__ns_ref_active); in __ns_ref_active_get() 306 prev = atomic_fetch_add(1, &ns->__ns_ref_active); in __ns_ref_active_get()
|
| /linux/include/asm-generic/ |
| H A D | ticket_spinlock.h | 35 u32 val = atomic_fetch_add(1<<16, &lock->val); in ticket_spin_lock()
|
| /linux/arch/arm64/include/asm/ |
| H A D | atomic.h | 49 ATOMIC_FETCH_OPS(atomic_fetch_add)
|
| /linux/tools/memory-model/Documentation/ |
| H A D | herd-representation.txt | 75 | atomic_fetch_add | |
|
| /linux/rust/kernel/sync/ |
| H A D | atomic.rs | 552 OrderingType::Full => T::Repr::atomic_fetch_add(&self.0, v), in fetch_add()
|
| /linux/tools/memory-model/ |
| H A D | linux-kernel.def | 79 atomic_fetch_add(V,X) __atomic_fetch_op{MB}(X,+,V)
|
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_lpi_stress.c | 107 atomic_fetch_add(&nr_cpus_ready, 1); in guest_setup_gic()
|
| /linux/Documentation/ |
| H A D | atomic_t.txt | 210 atomic_fetch_add(); 218 However the atomic_fetch_add() might be implemented more efficiently.
|
| /linux/drivers/infiniband/hw/irdma/ |
| H A D | user.h | 364 struct irdma_atomic_fetch_add atomic_fetch_add; member
|
| H A D | verbs.c | 3997 info.op.atomic_fetch_add.tagged_offset = ib_wr->sg_list[0].addr; in irdma_post_send() 3998 info.op.atomic_fetch_add.remote_tagged_offset = in irdma_post_send() 4000 info.op.atomic_fetch_add.fetch_add_data_bytes = in irdma_post_send() 4002 info.op.atomic_fetch_add.stag = ib_wr->sg_list[0].lkey; in irdma_post_send() 4003 info.op.atomic_fetch_add.remote_stag = in irdma_post_send()
|
| H A D | uk.c | 332 op_info = &info->op.atomic_fetch_add; in irdma_uk_atomic_fetch_add()
|
| /linux/rust/helpers/ |
| H A D | atomic.c | 76 return atomic_fetch_add(i, v); in rust_helper_atomic_fetch_add()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 742 addr = (u32)&atomic_fetch_add; in emit_atomic_r32()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 15808 idx = (unsigned int)atomic_fetch_add(1, &phba->dbg_log_idx) % in lpfc_dbg_print()
|